New Tab Master

Bring back that good old new-tab page.

O que é New Tab Master?

New Tab Master é uma extensão do Chrome desenvolvida por http://www.awesomescreenshot.com, e sua principal característica é "Bring back that good old new-tab page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão New Tab Master

Baixe arquivos de extensão New Tab Master no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome New Tab Master New Tab Master
ID elakecjpobmhiaamblgceonblfimnpnl
URL Oficial https://chrome.google.com/webstore/detail/new-tab-master/elakecjpobmhiaamblgceonblfimnpnl
Descrição Bring back that good old new-tab page.
Tamanho do Arquivo 95.69 KB
Contagem de Instalações 1,000
Versão Atual 0.1.6
Última Atualização 2014-05-26
Data de Publicação 2014-05-26
Classificação 3.90/5 Total de 20 Avaliações
Desenvolvedor http://www.awesomescreenshot.com
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}