MTab

Just another newtab extension

Cos'è MTab?

MTab è un'estensione di Chrome sviluppata da http://wzhd.github.io, e la sua funzione principale è "Just another newtab extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MTab

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

                        Phoenix Nemo(https://plus.google.com/+PhoenixNemo/posts) created this simple newtab extension to override the default one.
A MIT-licensed open-source extension with code available at https://github.com/phoenixlzx/MTab
Web UI devs needed, PRs welcome!                    

Informazioni di Base sull'Estensione

Nome MTab MTab
ID agegnilgbgjmgmoaiocgelmnmkelclbo
URL Ufficiale https://chrome.google.com/webstore/detail/mtab/agegnilgbgjmgmoaiocgelmnmkelclbo
Descrizione Just another newtab extension
Dimensione del File 8.93 MB
Conteggio Installazioni 14
Versione Corrente 0.0.6
Ultimo Aggiornamento 2014-07-14
Data di Pubblicazione 2014-07-14
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore http://wzhd.github.io
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/phoenixlzx/MTab
URL della Pagina di Aiuto https://github.com/phoenixlzx/MTab
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MTab",
    "description": "Just another newtab extension",
    "version": "0.0.6",
    "manifest_version": 2,
    "permissions": [
        "topSites"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            ".\/js\/jquery-2.1.1.min.js",
            ".\/js\/functions.js"
        ]
    },
    "offline_enabled": true
}