Weather New Tab

The best weather new tab extention

O que é Weather New Tab?

Weather New Tab é uma extensão do Chrome desenvolvida por weathernewtab, e sua principal característica é "The best weather new tab extention".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Weather New Tab

Baixe arquivos de extensão Weather 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

                        Customize the browsing experience with the Weather New Tab, this feature enables your Chrome search page into a new interface with changing background images and provides updates on the Weather and Time. "By clicking “Add to Chrome”, You accept and agree to installing the Weather New Tab Chrome extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. New Tab Search will be provided by Microsoft Bing"                    

Informações Básicas da Extensão

Nome Weather New Tab Weather New Tab
ID bpbogmolkofliadijppmedcifmejecjk
URL Oficial https://chromewebstore.google.com/detail/weather-new-tab/bpbogmolkofliadijppmedcifmejecjk
Descrição The best weather new tab extention
Tamanho do Arquivo 1.67 MB
Contagem de Instalações 6,921
Versão Atual 1.0.4
Última Atualização 2023-05-30
Data de Publicação 2022-10-26
Desenvolvedor weathernewtab
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://weathernewtab.com/privacy.html
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Weather New Tab",
    "version": "1.0.4",
    "description": "The best weather new tab extention",
    "permissions": [
        "geolocation",
        "cookies",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "action": {
        "default_icon": "icon.png"
    }
}