M2K Developments·Sep 25, 202425 Understanding Chrome Extensions OAuthHow to enable your chrome extension to do OAuth social logins.A response icon1A response icon1
M2K Developments·Sep 25, 202414 Understanding Chrome Extensions NotificationsThe chrome notifications API is responsible for displaying different types of what is called rich notifications in your users’ system tray.
M2K Developments·Sep 25, 202413 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…A response icon1A response icon1
M2K Developments·Sep 25, 202412 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…A response icon1A response icon1
M2K Developments·Sep 25, 202411 Understanding Chrome Extensions Context MenusContext Menu is the menu that appears when a user right clicks (alternative clicks) on an element in a webpage.
M2K Developments·Sep 24, 202424 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_permissions
M2K Developments·Sep 23, 202423 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…
M2K Developments·Sep 22, 202422 Understanding Chrome Extensions Desktop CaptureUsing the chrome.desktopCapture API to capture the screen, window or individual tabs and creating a screen recorder.
M2K Developments·Sep 21, 202421 Understanding Chrome Extensions Text to SpeechThe chrome.tts API is used to convert text into audible speech generated by the text-to-speech system.
M2K Developments·Sep 20, 202420 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.