-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Implement options page for setting default preferences in Chromium extension #4560
Comments
See #3985 |
It'd be nice if the feature in #3985 is self-contained. Then it can be put on an options page, which is the Chromium way of configuring an extension. |
At the suggestion of @yurydelendik, I've started looking into implementing a preferences page for the Firefox versions of PDF.js. |
I have already started with the implementation of preference management in I'm writing user documentation for administrators and then I'll submit a PR.
|
Given that the storage back-ends are different in Firefox and Chrome, I don't think that it should be much overlap there anyway. (And you would obviously still need to add Chrome specific code to preferences.js, so I'm hoping that what I'm doing can still be of some use in Chrome too.) |
A nice-to-have.
The most commonly requested preferences are changing the default zoom level and the default hand tool setting.
The text was updated successfully, but these errors were encountered: