Extension hosting

OAuth

OAuth, an abbreviation for “Open Authorization,” is a secure authorization framework that allows users to grant web applications or browser extensions access to their data on other websites or services…
View Post
chrome dark reader

Native Messaging

Native messaging is a mechanism that allows browser extensions to communicate with native applications installed on the user’s device. It enables extensions to interact with desktop software, facilitating data exchange…
View Post
chrome dark reader

Manifest JSON

The manifest JSON is a crucial file in the development of browser extensions. It is a JSON-formatted file that contains essential information about the extension, including its name, version, permissions,…
View Post
Extension hosting

Local Storage

Local storage is a web storage API that allows web applications and browser extensions to store data locally within the user’s browser. It provides a way to persist data across…
View Post
Extension hosting

Keyboard Navigation

Keyboard navigation refers to the ability of users to interact with web pages and applications using only a keyboard, without relying on a mouse or other pointing devices. It is…
View Post
chrome old version

JavaScript (JS)

JavaScript, often abbreviated as JS, is a high-level, interpreted programming language that is one of the core building blocks of the web. It is a versatile and dynamic language used…
View Post