New Tab Master

Bring back that good old new-tab page.

Cos'è New Tab Master?

New Tab Master è un'estensione di Chrome sviluppata da http://www.awesomescreenshot.com, e la sua funzione principale è "Bring back that good old new-tab page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione New Tab Master

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

                        Do you find yourself missing that new-tab page you used to know? New Tab Master is for you! Bring the new-tab page back to the golden era.                    

Informazioni di Base sull'Estensione

Nome New Tab Master New Tab Master
ID elakecjpobmhiaamblgceonblfimnpnl
URL Ufficiale https://chrome.google.com/webstore/detail/new-tab-master/elakecjpobmhiaamblgceonblfimnpnl
Descrizione Bring back that good old new-tab page.
Dimensione del File 95.69 KB
Conteggio Installazioni 1,000
Versione Corrente 0.1.6
Ultimo Aggiornamento 2014-05-26
Data di Pubblicazione 2014-05-26
Valutazione 3.90/5 Totale 20 Valutazioni
Sviluppatore http://www.awesomescreenshot.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab Master",
    "short_name": "NewTabMaster",
    "version": "0.1.6",
    "description": "Bring back that good old new-tab page.",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "author": "Zeal Mayfield",
    "background": {
        "page": "bg\/bg.html",
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": "override\/override.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "inject\/inject.css"
            ],
            "js": [
                "inject\/inject.js"
            ]
        }
    ],
    "offline_enabled": true,
    "permissions": [
        "",
        "chrome:\/\/favicon\/*",
        "background",
        "tabs",
        "topSites",
        "management",
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "webNavigation",
        "history",
        "geolocation"
    ]
}