javascript Programming Glossary: content_scripts
Chrome extension adding external javascript to current page's html http://stackoverflow.com/questions/10285886/chrome-extension-adding-external-javascript-to-current-pages-html object src 'self' background_page background.html content_scripts matches all_urls js contentScript.js for now contentScript.js.. The Website Safety Extension. permissions tabs http https content_scripts matches all_urls js ga config.js ga.js js15_as.js In ga config.js.. 1.0 manifest_version 2 permissions tabs http https content_scripts matches all_urls js activate ga.js web_accessible_resources..
popup window in Chrome extension http://stackoverflow.com/questions/10340481/popup-window-in-chrome-extension 2 background scripts background.js persistent false content_scripts matches all_urls js open dialog.js background.js Handle requests..
Content-Security-Policy error in google chrome extension making http://stackoverflow.com/questions/11045653/content-security-policy-error-in-google-chrome-extension-making shown in tooltip default_popup popup.html optional content_scripts matches all_urls js background.js manifest_version 2 popup.html..
Chrome extension: Communication between content script and background.html http://stackoverflow.com/questions/11752341/chrome-extension-communication-between-content-script-and-background-html permissions tabs http https notifications contextMenus content_scripts matches http https js content.js name FirstExtension version..
Chrome Extension: Port error: Could not establish connection. Receiving end does not exist. http://stackoverflow.com/questions/11811554/chrome-extension-port-error-could-not-establish-connection-receiving-end-does default_title InstantWatch default_icon icon.ico content_scripts matches http http js jquery.js streamcloud.js I found the..
Creating dynamic context menu in Chrome Extension is failing http://stackoverflow.com/questions/13202896/creating-dynamic-context-menu-in-chrome-extension-is-failing name Test version 0.1 permissions contextMenus content_scripts matches http https js content_script.js background scripts background.js..
Call background function of Chrome extension from a site http://stackoverflow.com/questions/13777887/call-background-function-of-chrome-extension-from-a-site 1 manifest_version 2 background scripts background.js content_scripts matches http jsfiddle.net jRaPj show js contentscript.js all_frames..
Web Page Source Annotation Tool http://stackoverflow.com/questions/14244498/web-page-source-annotation-tool page source annotation tool version 1 manifest_version 2 content_scripts matches all_urls js myscript.js all_frames true permissions.. page source annotation tool version 1 manifest_version 2 content_scripts matches all_urls css myscript.css js jquery.js myscript.js..
Showing context menu buttons only when right-clicked on classes that start with “Story” http://stackoverflow.com/questions/14829677/showing-context-menu-buttons-only-when-right-clicked-on-classes-that-start-with 1 manifest_version 2 background scripts background.js content_scripts run_at document_idle js contentscript.js matches all_urls permissions..
Why will jQuery not load in Facebook? http://stackoverflow.com/questions/15194699/why-will-jquery-not-load-in-facebook but fails Via the following code in the manifest.json file content_scripts matches all_urls js javascript jq jquery 1.9.1.min.js..
Closing popup window created by Google Chrome extension http://stackoverflow.com/questions/3950981/closing-popup-window-created-by-google-chrome-extension permissions tabs browser_action default_icon delicious.png content_scripts matches http www.delicious.com save js contentscript.js background.html..
Text selection and bubble overlay as Chrome extension http://stackoverflow.com/questions/4409378/text-selection-and-bubble-overlay-as-chrome-extension domain you want to inject these content scripts. ... ... content_scripts matches http css main.css js main.js run_at document_end all_frames..
How to inject CSS into webpage through Chrome extension? http://stackoverflow.com/questions/7619095/how-to-inject-css-into-webpage-through-chrome-extension background.html browser_action default_icon icon19.png content_scripts matches http test website.com js js content script.js permissions.. You can have to add an extra line in your manifest file content_scripts matches http test website.com js js content script.js css yourcss.css..
Cross-domain XMLHttpRequest using background pages http://stackoverflow.com/questions/7699615/cross-domain-xmlhttprequest-using-background-pages 2 permissions http www.stackoverflow.com search content_scripts js contentscript.js matches http www.google.com background..
How can I detect keyboard events in Gmail http://stackoverflow.com/questions/9424550/how-can-i-detect-keyboard-events-in-gmail your Content Script. The relevant parts of manifest.json content_scripts matches mail.google.com js contentscript.js run_at document_end..
Building a Chrome Extension - Inject code in a page using a Content script http://stackoverflow.com/questions/9515704/building-a-chrome-extension-inject-code-in-a-page-using-a-content-script Gotta catch Youtube events permissions tabs http content_scripts matches www.youtube.com js myScript.js myScript.js function..
|