Current Weather - New Tab

Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!

O que é Current Weather - New Tab?

Current Weather - New Tab é uma extensão do Chrome desenvolvida por Antech Development, e sua principal característica é "Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Current Weather - New Tab

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

                                            

Informações Básicas da Extensão

Nome Current Weather - New Tab Current Weather - New Tab
ID gkgglahfccodheljaolemocokldjbnbh
URL Oficial https://chromewebstore.google.com/detail/current-weather-new-tab/gkgglahfccodheljaolemocokldjbnbh
Descrição Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!
Tamanho do Arquivo 614 KB
Contagem de Instalações 5,035
Versão Atual 1.1
Última Atualização 2016-02-02
Data de Publicação 2016-02-01
Classificação 3.88/5 Total de 16 Avaliações
Desenvolvedor Antech Development
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.antechdevelopment.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Current Weather - New Tab",
    "short_name": "View live weather data in an awesome live new tab!",
    "description": "Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!",
    "version": "1.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "geolocation",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "256": "icon256.png"
    }
}