Lightweight Notepad
Very very lightweight notepad.
Qu'est-ce que Lightweight Notepad ?
Lightweight Notepad est une extension Chrome développée par Murali Krishna Chanda, et sa fonction principale est "Very very lightweight notepad.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lightweight Notepad
Téléchargez les fichiers d'extension Lightweight Notepad 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
A very lightweight notepad used for taking faster notes like storing phone numbers, mail IDs etc. It will save the data as you type.
Informations de Base sur l'Extension
Nom | Lightweight Notepad |
ID | pkhiahnopknkooefhefdbalaaboepmbm |
URL Officiel | https://chromewebstore.google.com/detail/lightweight-notepad/pkhiahnopknkooefhefdbalaaboepmbm |
Description | Very very lightweight notepad. |
Taille du Fichier | 41.88 KB |
Nombre d'Installations | 1,218 |
Version Actuelle | 4 |
Dernière Mise à Jour | 2019-04-01 |
Date de Publication | 2019-04-01 |
Évaluation | 4.44/5 Total 16 Évaluations |
Développeur | Murali Krishna Chanda |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lightweight Notepad", "version": "4", "manifest_version": 2, "description": "Very very lightweight notepad.", "browser_action": { "default_icon": "notepad.png", "default_popup": "notepad.html" }, "content_scripts": [ { "js": [ "jquery-3.3.1.min.js", "function.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "offline_enabled": true } |