All themes - New Tab

Themes in New Tab

O que é All themes - New Tab?

All themes - New Tab é uma extensão do Chrome desenvolvida por https://newtab.shop, e sua principal característica é "Themes in New Tab".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão All themes - New Tab

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

                        All themes Full HD wallpapers and form of search on the internet in new tab.                    

Informações Básicas da Extensão

Nome All themes - New Tab All themes - New Tab
ID inlnifdegnnmomcbaokncgnkgaapgfjo
URL Oficial https://chrome.google.com/webstore/detail/all-themes-new-tab/inlnifdegnnmomcbaokncgnkgaapgfjo
Descrição Themes in New Tab
Tamanho do Arquivo 18.98 KB
Contagem de Instalações 622
Versão Atual 1.2.1.8
Última Atualização 2022-11-24
Data de Publicação 2022-10-29
Desenvolvedor https://newtab.shop
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados de,en,fr,nl,no,vi,tr,da,es,it,pt-BR,pt-PT,sv,el,ru,hi,th,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.2.1.8",
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "128.png"
    },
    "offline_enabled": true,
    "action": [],
    "default_locale": "en",
    "manifest_version": 3
}