Tab Notes
Allow you to write anything in new tab
Hvad er Tab Notes?
Tab Notes er en Chrome-udvidelse udviklet af https://blog.wildsky.cc, og dens hovedfunktion er "Allow you to write anything in new tab".
Udvidelsesskærmbilleder
Download Tab Notes-udvidelses-CRX-fil
Download Tab Notes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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/
Grundlæggende oplysninger om udvidelsen
Navn | Tab Notes |
ID | obnnegakmgonaiplaobihpmcjhlceeic |
Officiel URL | https://chromewebstore.google.com/detail/tab-notes/obnnegakmgonaiplaobihpmcjhlceeic |
Beskrivelse | Allow you to write anything in new tab |
Filstørrelse | 116 KB |
Antal Installationer | 1,782 |
Nuværende Version | 3.2.0 |
Senest Opdateret | 2022-03-03 |
Udgivelsesdato | 2020-03-08 |
Bedømmelse | 5.00/5 Samlet 7 Bedømmelser |
Udvikler | https://blog.wildsky.cc |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://readmoo.com/terms/privacy |
Understøttede Sprog | 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" } } } } |