Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 2.36 KB

google-chrome.md

File metadata and controls

32 lines (27 loc) · 2.36 KB

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.


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