New Tab with Apps

Override the new tab page with Google Chrome Apps page, does not need many permissions

O que é New Tab with Apps?

New Tab with Apps é uma extensão do Chrome desenvolvida por https://sites.google.com/site/sandeshmore, e sua principal característica é "Override the new tab page with Google Chrome Apps page, does not need many permissions".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão New Tab with Apps

Baixe arquivos de extensão New Tab with Apps 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

                        Changes the new tab with apps tab. This extension does not need any special permissions apart from tabs access.                    

Informações Básicas da Extensão

Nome New Tab with Apps New Tab with Apps
ID ccahedhbdoiklejagbfhklgmhefagpgd
URL Oficial https://chromewebstore.google.com/detail/new-tab-with-apps/ccahedhbdoiklejagbfhklgmhefagpgd
Descrição Override the new tab page with Google Chrome Apps page, does not need many permissions
Tamanho do Arquivo 10.12 KB
Contagem de Instalações 401
Versão Atual 0.2
Última Atualização 2014-04-04
Data de Publicação 2014-04-03
Classificação 3.00/5 Total de 3 Avaliações
Desenvolvedor https://sites.google.com/site/sandeshmore
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab with Apps",
    "description": "Override the new tab page with Google Chrome Apps page, does not need many permissions",
    "version": "0.2",
    "chrome_url_overrides": {
        "newtab": "new_tab_chrome_apps.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "allapps16.png",
        "48": "allapps48.png",
        "128": "allapps128.png"
    },
    "manifest_version": 2
}