QuickNote

Simple Note app

Cos'è QuickNote?

QuickNote è un'estensione di Chrome sviluppata da Gavin Thomas, e la sua funzione principale è "Simple Note app".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione QuickNote

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

                        QuickNote is your source for fast, neat, and organized notes. The Extension syncs with all your devices logged in with chrome. 

**Requesting Permissions**
The Extension stores your notes with Google Chromes Storage Sync API. Your data is never transmitted or received anywhere except locally on your computer.                    

Informazioni di Base sull'Estensione

Nome QuickNote QuickNote
ID dcpdoelecfeoaagkleajgaeedkdaibad
URL Ufficiale https://chromewebstore.google.com/detail/quicknote/dcpdoelecfeoaagkleajgaeedkdaibad
Descrizione Simple Note app
Dimensione del File 203 KB
Conteggio Installazioni 137
Versione Corrente 1.3.4
Ultimo Aggiornamento 2018-01-16
Data di Pubblicazione 2018-01-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Gavin Thomas
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://gthomas.me
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickNote",
    "description": "Simple Note app",
    "version": "1.3.4",
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_title": "QuickNote",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "storage"
    ]
}