Tab Notes
Allow you to write anything in new tab
Was ist Tab Notes?
Tab Notes ist eine Chrome-Erweiterung, die von https://blog.wildsky.cc entwickelt wurde, und ihr Hauptmerkmal ist "Allow you to write anything in new tab".
Erweiterungsscreenshots
Tab Notes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab Notes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | Tab Notes |
ID | obnnegakmgonaiplaobihpmcjhlceeic |
Offizielle URL | https://chromewebstore.google.com/detail/tab-notes/obnnegakmgonaiplaobihpmcjhlceeic |
Beschreibung | Allow you to write anything in new tab |
Dateigröße | 116 KB |
Installationsanzahl | 1,782 |
Aktuelle Version | 3.2.0 |
Letztes Update | 2022-03-03 |
Veröffentlichungsdatum | 2020-03-08 |
Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
Entwickler | https://blog.wildsky.cc |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://readmoo.com/terms/privacy |
Unterstützte Sprachen | 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" } } } } |