New Tab Manager

New Chrome extensions manager

O que é New Tab Manager?

New Tab Manager é uma extensão do Chrome desenvolvida por https://oscapps.com, e sua principal característica é "New Chrome extensions manager".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão New Tab Manager

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

                        This extension allows you to manage and test extensions that change the new tab in Chrome.

You can install and uninstall extensions from the options page and enable or disable the installed.
The new tab by default will be one that you have shown active in green.
The installed extensions are shown first.
You can test the installed extensions without change the default extension. The extension will remain active until you finish using the new tab created.
Clicking in an installed extension you will assign this extension to the button . This way you can use two new page extensions at once: the defaul new Tab (one of the active installed) and the selected by you showed in blue. If there is not anyone assigned you will open the original Chrome extension.                    

Informações Básicas da Extensão

Nome New Tab Manager New Tab Manager
ID cgaoglehhddipnfdhdjmpcopgpejpofg
URL Oficial https://chromewebstore.google.com/detail/new-tab-manager/cgaoglehhddipnfdhdjmpcopgpejpofg
Descrição New Chrome extensions manager
Tamanho do Arquivo 121 KB
Contagem de Instalações 3,787
Versão Atual 1.2
Última Atualização 2018-01-16
Data de Publicação 2018-01-16
Classificação 3.33/5 Total de 12 Avaliações
Desenvolvedor https://oscapps.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.noteboardapp.com/policy
Idiomas Suportados en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Manager",
    "version": "1.2",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/fonts.googleapis.com https:\/\/apis.google.com https:\/\/ajax.googleapis.com; object-src 'self'",
    "icons": {
        "128": "img\/icon.png"
    },
    "default_locale": "en",
    "offline_enabled": true,
    "description": "__MSG_extDesc__",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "extData.js",
            "newTabExt.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "New Tab Manager",
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        }
    },
    "permissions": [
        "management",
        "tabs"
    ]
}