Notepad Extension
Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.
Qu'est-ce que Notepad Extension ?
Notepad Extension est une extension Chrome développée par jakesap, et sa fonction principale est "Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Notepad Extension
Téléchargez les fichiers d'extension Notepad Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Notepad Extension is a simple and convenient way to save notes while browsing the web. Quickly jot down important information, ideas, or reminders without changing tabs or windows. Simply click on the extension icon in your browser's toolbar to open the pop-up window, where you can type in your note. Note Saver will automatically save your note as you type, so you don't have to worry about losing any important information.
Informations de Base sur l'Extension
Nom | Notepad Extension |
ID | llalomgpmhbiehnimkkbclmkgobillba |
URL Officiel | https://chromewebstore.google.com/detail/notepad-extension/llalomgpmhbiehnimkkbclmkgobillba |
Description | Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows. |
Taille du Fichier | 67.69 KB |
Nombre d'Installations | 79 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2023-08-27 |
Date de Publication | 2023-05-06 |
Développeur | jakesap |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jakesap/notepad-extension |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Notepad Extension", "version": "1.0.2", "description": "Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.", "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "permissions": [ "storage" ], "action": { "default_title": "Notepad Extension", "default_icon": "logo.png", "default_popup": "index.html" } } |