New Tab Changer

Load a custom web page or url in a new tab. Fast, light, and easy to use.

O que é New Tab Changer?

New Tab Changer é uma extensão do Chrome desenvolvida por https://www.dummysoftware.com, e sua principal característica é "Load a custom web page or url in a new tab. Fast, light, and easy to use.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão New Tab Changer

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

                        * Load a custom web page or url in a new tab.
* Make new tabs automatically load Gmail, Bing, or any web site.
* Easily setup a new tab redirect to a local file url.
* Automatically sets focus to url bar.
* Supports Incognito mode.
* Fast, light, and easy to use.
* Clear cache when loading new tabs.
* Redirect to last visited url.
* Advanced statistics to display a history of max and total tabs open per day.

Automatically set a custom url to load in new tabs. Setup a new tab redirect to Gmail, Yahoo, Bing, or any web page you desire!

Simply enter the desired web site url and click Save. Any time a new tab is opened, the web site you selected will automatically display. New Tab Changer supports web site urls and local file urls.

New Tab Changer lets you automatically setup a new tab redirect to a custom url.                    

Informações Básicas da Extensão

Nome New Tab Changer New Tab Changer
ID occbjkhimchkolibngmcefpjlbknggfh
URL Oficial https://chromewebstore.google.com/detail/new-tab-changer/occbjkhimchkolibngmcefpjlbknggfh
Descrição Load a custom web page or url in a new tab. Fast, light, and easy to use.
Tamanho do Arquivo 106 KB
Contagem de Instalações 12,393
Versão Atual 2.3
Última Atualização 2024-01-08
Data de Publicação 2016-03-10
Classificação 4.29/5 Total de 66 Avaliações
Desenvolvedor https://www.dummysoftware.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.dummysoftware.com/new-tab-changer
URL da Página de Ajuda http://www.dummysoftware.com/new-tab-changer
URL da Página de Política de Privacidade http://dummysoftware.com/chrome-privacy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Changer",
    "version": "2.3",
    "manifest_version": 3,
    "description": "Load a custom web page or url in a new tab. Fast, light, and easy to use.",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": "images\/16x16.png",
        "default_title": "New Tab Changer"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "browsingData"
    ],
    "host_permissions": [
        "http:\/\/www.dummysoftware.com\/*",
        "https:\/\/www.dummysoftware.com\/*"
    ],
    "icons": {
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "incognito": "split"
}