Tab Notes

Allow you to write anything in new tab

Cos'è Tab Notes?

Tab Notes è un'estensione di Chrome sviluppata da https://blog.wildsky.cc, e la sua funzione principale è "Allow you to write anything in new tab".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tab Notes

Scarica i file di estensione Tab Notes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Tab Notes Tab Notes
ID obnnegakmgonaiplaobihpmcjhlceeic
URL Ufficiale https://chromewebstore.google.com/detail/tab-notes/obnnegakmgonaiplaobihpmcjhlceeic
Descrizione Allow you to write anything in new tab
Dimensione del File 116 KB
Conteggio Installazioni 1,782
Versione Corrente 3.2.0
Ultimo Aggiornamento 2022-03-03
Data di Pubblicazione 2020-03-08
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore https://blog.wildsky.cc
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://readmoo.com/terms/privacy
Lingue Supportate 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"
            }
        }
    }
}