Simple Notepad
Very simple notepad. Synchronize between the same accounts.
Qu'est-ce que Simple Notepad ?
Simple Notepad est une extension Chrome développée par mountaindull, et sa fonction principale est "Very simple notepad. Synchronize between the same accounts.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simple Notepad
Téléchargez les fichiers d'extension Simple 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
Add a very simple notepad that allows you to switch between multiple notes in your browser. You can select the save storage of each memo from "Sync" or "Local", and the contents are always saved. You can change the size of the memo field and the width of the TAB from "Settings".
Informations de Base sur l'Extension
Nom | Simple Notepad |
ID | gmcbcmahcbcmmlofmdmnmjfhojegpbdh |
URL Officiel | https://chromewebstore.google.com/detail/simple-notepad/gmcbcmahcbcmmlofmdmnmjfhojegpbdh |
Description | Very simple notepad. Synchronize between the same accounts. |
Taille du Fichier | 51.86 KB |
Nombre d'Installations | 174 |
Version Actuelle | 1.6.5 |
Dernière Mise à Jour | 2023-08-25 |
Date de Publication | 2022-01-10 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | mountaindull |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Keinsleif/Simple_Notepad |
Langues Prises en Charge | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_Name__", "version": "1.6.5", "description": "__MSG_Description__", "default_locale": "en", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "unlimitedStorage" ] } |