pdf.js/extensions/chromium
Rob Wu 00746011a3 Managed preferences for Chrome administrators
Implement support for managed preferences. This feature allows users
(administrators) to easily change the default settings of the PDF Viewer for
all Chrome or Chromium browsers within their organization.

External resources for end users (administrators)

- http://www.chromium.org/administrators/
- http://www.chromium.org/administrators/configuring-policy-for-extensions
- http://www.chromium.org/administrators/windows-quick-start
- http://www.chromium.org/administrators/mac-quick-start
- http://www.chromium.org/administrators/linux-quick-start
- http://www.chromium.org/administrators/policy-templates

Administrators can read one of the previous links to learn more about creating
policies. We want to auto-generate these templates, but there are no public
tools for doing that. It will be added in the future, see:
https://code.google.com/p/chromium/issues/detail?id=389061

Resources for PDF.js/extension developers

- http://cs.chromium.org/file:policy_templates.json
- https://developer.chrome.com/extensions/manifest/storage
2014-07-30 22:51:56 +02:00
..
.gitignore Renaming of extensions/chrome folder to extensions/chromium, and small tweak to manifest.json description as per #3600 2013-08-21 18:11:35 +02:00
chrome.tabs.executeScriptInFrame.js Making extensions/chromium/chrome.tabs.executeScriptInFrame.js adhere to the style guide 2014-03-09 23:29:34 +01:00
contentscript.js <object> / <embed> support in Chromium extension 2014-05-09 15:46:12 +02:00
contentstyle.css <object> / <embed> support in Chromium extension 2014-05-09 15:46:12 +02:00
extension-router.js Making extensions/chromium/extension-router.js adhere to the style guide 2014-03-09 23:14:01 +01:00
feature-detect.js Use redirectUrl at onHeadersReceived if available. 2014-03-30 00:25:37 +01:00
icon16.png Bug 972435 - Recompress all PNG assets 2014-02-13 17:57:10 +01:00
icon19.png Bug 972435 - Recompress all PNG assets 2014-02-13 17:57:10 +01:00
icon38.png Bug 972435 - Recompress all PNG assets 2014-02-13 17:57:10 +01:00
icon48.png Bug 972435 - Recompress all PNG assets 2014-02-13 17:57:10 +01:00
icon128.png Bug 972435 - Recompress all PNG assets 2014-02-13 17:57:10 +01:00
manifest.json Managed preferences for Chrome administrators 2014-07-30 22:51:56 +02:00
pageActionPopup.html Added missing <html> tag to page action 2014-01-02 18:44:38 +01:00
pageActionPopup.js Updated to current latest stable version of jshint. 2014-03-01 13:31:25 -08:00
pdfHandler-v2.js Improved FTP support for Chromium extension 2014-03-30 00:08:02 +01:00
pdfHandler-vcros.js Making extensions/chromium/pdfHandler-v2.js adhere to the style guide and fixing a small lint issue in pdfHandler-vcros.js 2014-03-09 23:07:42 +01:00
pdfHandler.html Improved FTP support for Chromium extension 2014-03-30 00:08:02 +01:00
pdfHandler.js Use redirectUrl at onHeadersReceived if available. 2014-03-30 00:25:37 +01:00
preferences_schema.json Managed preferences for Chrome administrators 2014-07-30 22:51:56 +02:00