-
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 built in TTS capabilities of the operating system. The official Chrome Extensions documentation on TTS is here: https://developer.chrome.com/docs/extensions/reference/api/tts How to declare in the Manifest.json {… “permissions”:[ “tts” ],…} How to generate Speech from text Run a
-
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 screen recorder. We’d encourage reading the official chrome documentation here: https://developer.chrome.com/docs/extensions/reference/api/desktopCapture and how navigator.mediaDevices.getUserMedia function works. How to declare it in Manifest.json {…”permissions”:[ “desktopCapture”]…} How to use the API? The are to major functions in this API chrome.desktopCapture.chooseDesktopMedia and chrome.desktopCapture.cancelChooseDesktopMedia showing the popup
-
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 it like this, a dynamic way of injecting content scripts and content styles as opposed from doing it via the manifest.json declaration. You can read the offlicial provide by the Google Chrome Extension Team here: https://developer.chrome.com/docs/extensions/reference/api/scripting How to declare
-
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 the host_permissions in the manifest.json file or the help of the content scripts. Due to this the actions that can be trigged are limited; You can find documentation of the chrome.declarativeContent API here: https://developer.chrome.com/docs/extensions/reference/api/declarativeContent How to declare it in the Manifest.json {
-
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 access token tokens and more. In this article we are going to cover how to initial a login sequence for Facebook and Google using the chrome.identity API. You see the official documentation on the API here: https://developer.chrome.com/docs/extensions/reference/api/identity How
-
How to Install Lindle
In today’s digital age, productivity tools have become indispensable for streamlining tasks and maximizing efficiency. Lindle, a powerful Google Chrome extension and Android Mobile Application offers a suite of features designed to boost and organize your links in one place. Whether you’re a student, professional, or entrepreneur, Lindle can revolutionize the way you manage your
Search
About
M2K Developments is a tech company founded in October 2023 by Martin Kululanga, aimed at providing applications and automated software solutions for Malawian start-ups and small-size businesses
The company focuses on developing fast, modern websites and additional services such as mobile applications, social media management, browser extensions and custom-made AI software.
Archive
Recent Posts
Tags
Gallery






