25 Understanding Chrome Extensions OAuthHow to enable your chrome extension to do OAuth social logins.Sep 25Sep 25
14 Understanding Chrome Extensions NotificationsThe chrome notifications API is responsible for displaying different types of what is called rich notifications in your users’ system tray.Sep 25Sep 25
13 Understanding Chrome Extensions AlarmsThe chrome.alarms API is an API use to schedule code to execute at a preset time and/or periodically. See the Chrome Alarms API…Sep 251Sep 251
12 Understanding Chrome Extensions StorageThe chrome.storage API is an API that store persistent data, get and modify the data. In our opinion it is one of the most important API…Sep 25Sep 25
11 Understanding Chrome Extensions Context MenusContext Menu is the menu that appears when a user right clicks (alternative clicks) on an element in a webpage.Sep 25Sep 25
24 Understanding Chrome Extensions Declarative ContentThe chrome.declarativeContent API is an API use to take specific actions depending on the contents of the page without host_permissionsSep 24Sep 24
23 Understanding Chrome Extensions ScriptingThe chrome.scripting API is used to programmatically inject CSS and JavaScript to alter the behavior and appearance of the websites. Think…Sep 23Sep 23
22 Understanding Chrome Extensions Desktop CaptureUsing the chrome.desktopCapture API to capture the screen, window or individual tabs and creating a screen recorder.Sep 22Sep 22
21 Understanding Chrome Extensions Text to SpeechThe chrome.tts API is used to convert text into audible speech generated by the text-to-speech system.Sep 21Sep 21
20 Understanding Chrome Extensions Side PanelBy using the chrome.sidePanel API you can render your own HTML in the chrome browser’s side panel alongside the loaded website.Sep 20Sep 20