Tab Notes
Allow you to write anything in new tab
Qu'est-ce que Tab Notes ?
Tab Notes est une extension Chrome développée par https://blog.wildsky.cc, et sa fonction principale est "Allow you to write anything in new tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Notes
Téléchargez les fichiers d'extension Tab Notes 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
Features: * Easy-to-use: Just open new tab, and write down thoughts. * Manage-less: There is only one note: your new tab. * Auto-save: No worries about saving things when writing. * Theme: Support light and dark theme. * Lightweight and fast: Just try and enjoy it. * Multi-notes * Open-source: The source code of this add-on is at Github: https://github.com/wildskyf/tab-notes --- This add-on is ported from Tab Notes on Firefox. https://addons.mozilla.org/firefox/addon/tab-notes/
Informations de Base sur l'Extension
Nom | Tab Notes |
ID | obnnegakmgonaiplaobihpmcjhlceeic |
URL Officiel | https://chromewebstore.google.com/detail/tab-notes/obnnegakmgonaiplaobihpmcjhlceeic |
Description | Allow you to write anything in new tab |
Taille du Fichier | 116 KB |
Nombre d'Installations | 1,782 |
Version Actuelle | 3.2.0 |
Dernière Mise à Jour | 2022-03-03 |
Date de Publication | 2020-03-08 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | https://blog.wildsky.cc |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://readmoo.com/terms/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "54.0a1" } }, "icons": { "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "manifest_version": 2, "name": "Tab Notes", "version": "3.2.0", "description": "Allow you to write anything in new tab", "permissions": [ "storage", "unlimitedStorage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "browser_style": true, "default_icon": "icons\/48.png", "default_title": "Tab notes", "default_popup": "newtab.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Y" } } } } |