M2K Developments25 Understanding Chrome Extensions OAuthHow to enable your chrome extension to do OAuth social logins.Sep 25Sep 25
M2K Developments14 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
M2K Developments13 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
M2K Developments12 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
M2K Developments11 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
M2K Developments24 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
M2K Developments23 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
M2K Developments22 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
M2K Developments21 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
M2K Developments20 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