Noty

Note from the start

Cos'è Noty?

Noty è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Note from the start".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Noty

Scarica i file di estensione Noty 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

                        Turns start page to a minimalistic notepad with support for todo items and list items.                    

Informazioni di Base sull'Estensione

Nome Noty Noty
ID bocobeipokdapflcoalkhhoeacgeccgc
URL Ufficiale https://chromewebstore.google.com/detail/noty/bocobeipokdapflcoalkhhoeacgeccgc
Descrizione Note from the start
Dimensione del File 411 KB
Conteggio Installazioni 44
Versione Corrente 0.0.1
Ultimo Aggiornamento 2019-09-12
Data di Pubblicazione 2019-09-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Noty",
    "version": "0.0.1",
    "description": "Note from the start",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{eb06724d-57a2-42cf-902e-cb322e17437e}",
            "strict_min_version": "42.0"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}