Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extension requires very new version of Chrome #9

Comments

@helix84
Copy link

helix84 commented Feb 16, 2016

Extension currently requires Chrome 48. After downgrading the requirement to Chrome 45 in the manifest, I tested several features and it seems to work. I assume most of this extension is just rewriting site content anyway, so in theory, there's no reason why it wouldn't work on even very old Chrome versions.

@sindresorhus
Copy link
Member

That's true, but I only test on the latest version of Chrome, and Chrome is auto-updating so shouldn't matter. Why do you care?

@helix84
Copy link
Author

helix84 commented Feb 16, 2016

It's auto-updating by default on Windows :) On Linux, you're just offered a package, not a repo.

Me personally, I downgraded for some reason that I don't remember at the moment. Now I upgraded to Chrome 48, so I don't mind anymore. Still, it's good practice not to require newer versions of dependencies than necessary.

@sindresorhus
Copy link
Member

Alright

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment