Category: Understanding Chrome Extensions
-
21 Understanding Chrome Extensions Text to Speech
The chrome.tts API is used to convert text into audible speech generated by the text-to-speech system. It takes advantage of the already…
-
2 Understanding Chrome Extensions Manifest.json
When diving into the world of Chrome extensions, the manifest.json file is your essential roadmap. It’s the cornerstone that defines your extension’s…
-
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…
-
5 Understanding Chrome Extensions Communication
The flow of data within our browser extensions is a vital part in creating any incredible and useful tool. In…
-
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…
-
8 Understanding Chrome Extensions Action
The chrome.action API is used to control everything to do with the your extensions icon found in the toolbar. It encompasses the…
-
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…
-
9 Understanding Chrome Extensions Tabs
The chrome.tabs API is used for interacting with your browser tabs. You can do all sort of this with this API from…
-
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…
-
10 Understanding Chrome Extensions Windows
In this article we are going to look at the chrome.windows API. Its an API used for interacting with the browser windows.…