Weather Tab

Replace new tab page with the weather and search

O que é Weather Tab?

Weather Tab é uma extensão do Chrome desenvolvida por https://timleland.com, e sua principal característica é "Replace new tab page with the weather and search".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Weather Tab

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

                        WeatherTab replaces your new tab page with the weather and search! WeatherTab shows a weather related photo and the current forecast for your location. You can manually set the location by searching. You can also choose between Fahrenheit or Celsius. The search features within the extension will be provided by Microsoft Bing.  

Free stock media content is distributed by Unsplash - https://unsplash.com 

Please refer to our Privacy Policy (https://weatherextension.com/terms) and Terms of Use (https://weatherextension.com/privacy). For any queries, please contact us at [email protected]                    

Informações Básicas da Extensão

Nome Weather Tab Weather Tab
ID fncgdgifhdpnlfijpimlgaheiapclldd
URL Oficial https://chromewebstore.google.com/detail/weather-tab/fncgdgifhdpnlfijpimlgaheiapclldd
Descrição Replace new tab page with the weather and search
Tamanho do Arquivo 7.47 MB
Contagem de Instalações 396
Versão Atual 1.0.4
Última Atualização 2022-08-29
Data de Publicação 2019-01-13
Classificação 4.00/5 Total de 8 Avaliações
Desenvolvedor https://timleland.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://timleland.com/weathertab/
URL da Página de Ajuda https://timleland.com/weathertab/
URL da Página de Política de Privacidade https://t.ly/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Tab",
    "short_name": "WeatherTab",
    "homepage_url": "https:\/\/timleland.com\/weathertab\/",
    "version": "1.0.4",
    "description": "Replace new tab page with the weather and search",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 3,
    "permissions": [
        "unlimitedStorage",
        "geolocation"
    ]
}