Chrome Note

A handy way to keep notes while you browse the web

Cos'è Chrome Note?

Chrome Note è un'estensione di Chrome sviluppata da gazza7205, e la sua funzione principale è "A handy way to keep notes while you browse the web".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chrome Note

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

                        This is a basic note taking application.

I wanted something to keep notes while on the web and I wanted to take a stab at building a Chrome app. It is extremely basic and that was my intention.

There are some improvements I'd like to make and will be doing so over time.

I'll be putting this on GitHub soon too so you can fork/laugh at it :)                    

Informazioni di Base sull'Estensione

Nome Chrome Note Chrome Note
ID aockhgcalnpkacmmbabpenflbdikonmg
URL Ufficiale https://chromewebstore.google.com/detail/chrome-note/aockhgcalnpkacmmbabpenflbdikonmg
Descrizione A handy way to keep notes while you browse the web
Dimensione del File 86.14 KB
Conteggio Installazioni 1,069
Versione Corrente 1.1
Ultimo Aggiornamento 2015-07-26
Data di Pubblicazione 2015-07-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore gazza7205
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Note",
    "description": "A handy way to keep notes while you browse the web",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "app\/index.html"
    },
    "permissions": [
        "activeTab"
    ]
}