Emano-Waldeck / pdf-reader

a PDF reader extension based on Mozilla's PDF.js library for Chromium-based browsers
https://webextension.org/listing/pdf-reader.html
29 stars 8 forks source link

Support embedded PDFs #23

Closed torgvl closed 9 months ago

torgvl commented 9 months ago

Good afternoon! Can you tell us how to centrally enable the Support embedded PDFs parameter so that it is enabled by default? And where are the settings of this extension stored, where is this parameter configured? Thank you in advance!

Emano-Waldeck commented 9 months ago

Previously, there was no straightforward method. The extension was using "chrome.storage.local" to store preferences and Chrome does not provide a way to alter the predefined values.

However, I've recently implemented support for managed storage. Starting from the next release, administrators within a domain can modify all preferences. Refer to the newly added FAQ15 for more information: FAQ15

torgvl commented 9 months ago

Thank you very much!