google-chrome.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [google-chrome]

www.codever.land/bookmarks/t/google-chrome

Chrome DevTools Protocol

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...


Creating A Basic Chrome Extension

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.


What are extensions? - Google Chrome

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...


11.3: Chrome Extensions: Content Scripts - Programming with Text - 16min

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.)