-
How to make a multipage Chrome Extension
Just like any good application you might want to have multiple different pages in your chrome extensions. Perhaps you want…
-
Build Chrome Extension with any single-page Node JS Framework
The Traditional Approach: HTML, CSS, and JavaScript Before the advent of sophisticated JavaScript frameworks, developers created Chrome extensions using the…
-
Build Chrome Extension with Solid JS
Solid JS is a declarative JavaScript library for building user interfaces. Like React and Vue, Solid JS is designed to…
-
Build Chrome Extension with Vue
Vue.js, often referred to simply as Vue, is a progressive JavaScript framework used for building user interfaces and single-page applications.…
-
Build Chrome Extension with React JS
Chrome extensions can significantly boost productivity by automating repetitive tasks, providing quick access to essential tools, and streamlining workflows. Now…
-
How Build Chrome Extension for Dummies with HTML, CSS and JavaScript
Hey there, you might be wondering, “why not just ask Chat GPT on how to build chrome extensions?” Well firstly your sound…
-
25 Understanding Chrome Extensions OAuth
By using the chrome.identity API it enables use to identify/retrieve signed-in users, authenticate via Google OAuth or other social OAuth options, get…
-
24 Understanding Chrome Extensions Declarative Content
The chrome.declarativeContent API is an API use to take specific actions depending on the contents of the page without the use of…
-
23 Understanding Chrome Extensions Scripting
The chrome.scripting API is used to programmatically inject CSS and JavaScript to alter the behavior and appearance of the websites. Think about…
-
22 Understanding Chrome Extensions Desktop Capture
The chrome.desktopCapture API is used to capture the screen, window or individual tabs and can be used to make a creating a…