Home | History | Annotate | Download | only in common

Lines Matching full:extensions

5 #include "extensions/common/switches.h"
7 namespace extensions {
14 // Allows the browser to load extensions that lack a modern manifest when that
19 // Allows injecting extensions and user scripts on the extensions gallery
24 // Enables extensions to be easily installed from sites other than the web
26 // dragged onto chrome://extensions/.
33 // Enables extensions to hide bookmarks UI elements.
37 // them in the chrome:extensions page.
48 // Enables extensions running scripts on chrome:// URLs.
49 // Extensions still need to explicitly request access to chrome:// URLs in the
51 const char kExtensionsOnChromeURLs[] = "extensions-on-chrome-urls";
53 // Whether to force developer mode extensions highlighting.
56 // Enables setting global commands through the Extensions Commands API.
59 // Should we prompt the user before allowing external extensions to install?
61 const char kPromptForExternalExtensions[] = "prompt-for-external-extensions";
67 // many extensions are running scripts on a page.
70 // Makes component extensions appear in chrome://settings/extensions.
76 } // namespace extensions