Notes Tab

This extension creates a note pad in a new tab

Cos'è Notes Tab?

Notes Tab è un'estensione di Chrome sviluppata da patrickasdf, e la sua funzione principale è "This extension creates a note pad in a new tab".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Notes Tab

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

                        Notes Tab simplifies the homepage experience. Whenever you open a new tab, a simple text editor appears. Use new tabs to write to-do lists, appointment times, or to just jot down notes. If you want to save it to your computer just file + save as, otherwise your notes will auto-save and will be there when you open a new tab.

Features:
- Auto-save
- Current date in the heading                    

Informazioni di Base sull'Estensione

Nome Notes Tab Notes Tab
ID godhnbnhjjhcooiigbabagepddfmjgbk
URL Ufficiale https://chrome.google.com/webstore/detail/notes-tab/godhnbnhjjhcooiigbabagepddfmjgbk
Descrizione This extension creates a note pad in a new tab
Dimensione del File 125 KB
Conteggio Installazioni 202
Versione Corrente 1.2
Ultimo Aggiornamento 2015-08-26
Data di Pubblicazione 2015-08-26
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore patrickasdf
Tipo di Pagamento free
Sito Web dell'Estensione http://www.patrickmatherly.com
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notes Tab",
    "description": "This extension creates a note pad in a new tab",
    "version": "1.2",
    "permissions": [
        "tabs",
        "topSites"
    ],
    "browser_action": [],
    "chrome_url_overrides": {
        "newtab": "newpad.html"
    },
    "icons": {
        "16": "newpadicon16.png",
        "48": "newpadicon48.png",
        "128": "newpadicon128.png"
    }
}