Tab Notes

Add notes to your Chrome tabs. Just for Michael

Cos'è Tab Notes?

Tab Notes è un'estensione di Chrome sviluppata da Swaraj, e la sua funzione principale è "Add notes to your Chrome tabs. Just for Michael".

Screenshot dell'Estensione

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

                        This extension lets you add a small note to any tab you are browsing via a small icon in the Omnibox. The icon changes based on if there is a note on the current tab. Notes are synced across Chrome sessions.

~ Swaraj Banerjee                    

Informazioni di Base sull'Estensione

Nome Tab Notes Tab Notes
ID jgodkedciialncikdiiaicbpfhgdagfk
URL Ufficiale https://chromewebstore.google.com/detail/tab-notes/jgodkedciialncikdiiaicbpfhgdagfk
Descrizione Add notes to your Chrome tabs. Just for Michael
Dimensione del File 45.1 KB
Conteggio Installazioni 292
Versione Corrente 1.1
Ultimo Aggiornamento 2014-07-01
Data di Pubblicazione 2014-07-01
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore Swaraj
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Notes",
    "description": "Add notes to your Chrome tabs. Just for Michael",
    "version": "1.1",
    "icons": {
        "16": "images\/notepadIcon16.png",
        "48": "images\/notepadIcon48.png",
        "128": "images\/notepadIcon128.png"
    },
    "background": {
        "scripts": [
            "vendor\/md5.min.js",
            "utils.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/notepadEmpty19.png",
            "38": "images\/notepadEmpty38.png"
        },
        "default_title": "View Tab Note",
        "default_popup": "note.html"
    }
}