Elenco

Elenco helps you stay on track, with every new tab.

Cos'è Elenco?

Elenco è un'estensione di Chrome sviluppata da drocarmo, e la sua funzione principale è "Elenco helps you stay on track, with every new tab.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Elenco

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

                        Elenco is a task helper, it allows you to create tasks in the form of lists to help you stay on track with what you should be doing. With Elenco, browsing the internet is distraction free with every new tab you open.

Elenco is built by Pedro Carmo (@drocarmo) and TJ Krusinski (@TJkrusinski). Everything is open-sourced and open to any feedback or feature requests.

(https://github.com/drocarmo/elenco)                    

Informazioni di Base sull'Estensione

Nome Elenco Elenco
ID phbjhmbdcecahmckhhbdabmnhmjcpjab
URL Ufficiale https://chromewebstore.google.com/detail/elenco/phbjhmbdcecahmckhhbdabmnhmjcpjab
Descrizione Elenco helps you stay on track, with every new tab.
Dimensione del File 159 KB
Conteggio Installazioni 25
Versione Corrente 0.2
Ultimo Aggiornamento 2014-04-08
Data di Pubblicazione 2014-04-08
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore drocarmo
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/drocarmo/elenco
URL della Pagina di Aiuto https://twitter.com/drocarmo
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elenco",
    "description": "Elenco helps you stay on track, with every new tab.",
    "version": "0.2",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "\/assets\/images\/icon-16.png",
        "48": "\/assets\/images\/icon-48.png",
        "128": "\/assets\/images\/icon-128.png"
    },
    "browser_action": {
        "default_title": "Elenco",
        "default_icon": "\/assets\/images\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}