New Tab Redirect to Apps - Axlg

Simple extension that will bring you back the classic Apps-Based New tab page!

O que é New Tab Redirect to Apps - Axlg?

New Tab Redirect to Apps - Axlg é uma extensão do Chrome desenvolvida por https://axl-g.com, e sua principal característica é "Simple extension that will bring you back the classic Apps-Based New tab page!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão New Tab Redirect to Apps - Axlg

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

                        I made this because i was using another one that was asking a lots of permissions.

This will shows you Apps Page when opening a New tab and need only 1 permission that is for redirect to chrome://apps.

v2 Updated! working again!

axl-g.com                    

Informações Básicas da Extensão

Nome New Tab Redirect to Apps - Axlg New Tab Redirect to Apps - Axlg
ID nkglplbcmeamjpiegkcjhfogcjfggjjp
URL Oficial https://chromewebstore.google.com/detail/new-tab-redirect-to-apps/nkglplbcmeamjpiegkcjhfogcjfggjjp
Descrição Simple extension that will bring you back the classic Apps-Based New tab page!
Tamanho do Arquivo 7.7 KB
Contagem de Instalações 627
Versão Atual 2
Última Atualização 2016-10-07
Data de Publicação 2016-10-05
Classificação 4.73/5 Total de 40 Avaliações
Desenvolvedor https://axl-g.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://axl-g.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Redirect to Apps - Axlg",
    "description": "Simple extension that will bring you back the classic Apps-Based New tab page!",
    "version": "2",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "new_tab_redirect_to_apps.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "Axlg_Logo.png"
    }
}