xNotes

An app to write notes on chrome new tab.

Cos'è xNotes?

xNotes è un'estensione di Chrome sviluppata da https://ahmadzakiy.com, e la sua funzione principale è "An app to write notes on chrome new tab.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione xNotes

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

                        An app to write notes on chrome new tab, with dark theme!                    

Informazioni di Base sull'Estensione

Nome xNotes xNotes
ID kdcjpeakcckhecgojnbjiohjnbfkgmie
URL Ufficiale https://chromewebstore.google.com/detail/xnotes/kdcjpeakcckhecgojnbjiohjnbfkgmie
Descrizione An app to write notes on chrome new tab.
Dimensione del File 584 KB
Conteggio Installazioni 262
Versione Corrente 2.0.1
Ultimo Aggiornamento 2019-02-08
Data di Pubblicazione 2019-02-08
Valutazione 4.67/5 Totale 6 Valutazioni
Sviluppatore https://ahmadzakiy.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ahmadzakiy/xnotes
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0.1",
    "name": "xNotes",
    "short_name": "xNotes",
    "description": "An app to write notes on chrome new tab.",
    "homepage_url": "https:\/\/github.com\/ahmadzakiy\/xnotes",
    "icons": {
        "16": ".\/img\/icon16.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}