Bookmarks tagged [google-chrome]
https://chromedevtools.github.io/devtools-protocol/
The Chrome DevTools Protocol allows for tools to instrument, inspect, debug and profile Chromium, Chrome and other Blink-based browsers. Many existing projects currently use the protocol. The Chrome D...
https://www.thepolyglotdeveloper.com/2018/09/creating-basic-chrome-extension/
Learn how to get started developing extensions for Google Chrome using JavaScript and HTML in this example that demonstrates script detection for open browser tabs.
- 📆 published on: 2018-09-19
- tags: google-chrome, google-chrome-extension, popup
https://developer.chrome.com/extensions
Extensions are small software programs that customize the browsing experience. They enable users to tailor Chrome functionality and behavior to individual needs or preferences. They are built on web t...
https://www.youtube.com/watch?v=9Tl3OmwrSaM
In this video, I cover "content scripts" for chrome extensions. The content script is a JavaScript file that runs in the context of a web page (and can be used to modify that page.)
- 📆 published on: 2017-11-14
- tags: google-chrome, google-chrome-extension
source code