Currents

Replace new tab screen with current time and weather.

O que é Currents?

Currents é uma extensão do Chrome desenvolvida por https://deadnight7.github.io, e sua principal característica é "Replace new tab screen with current time and weather.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Currents

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

                        Replace new tab screen with current time and weather.                    

Informações Básicas da Extensão

Nome Currents Currents
ID fmladbonckfbhdblkcipokdinlnamnif
URL Oficial https://chromewebstore.google.com/detail/currents/fmladbonckfbhdblkcipokdinlnamnif
Descrição Replace new tab screen with current time and weather.
Tamanho do Arquivo 2.38 MB
Contagem de Instalações 52
Versão Atual 3.4.0
Última Atualização 2020-08-18
Data de Publicação 2020-08-18
Desenvolvedor https://deadnight7.github.io
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "app\/index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/widget.uservoice.com\/; object-src 'self'",
    "default_locale": "en",
    "description": "Replace new tab screen with current time and weather.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "96": "images\/icon96.png"
    },
    "manifest_version": 2,
    "name": "Currents",
    "options_page": "app\/index.html#\/drawer\/settings",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "geolocation",
        "unlimitedStorage",
        "https:\/\/maps.googleapis.com\/maps\/api\/",
        "http:\/\/api.wunderground.com\/api",
        "https:\/\/ssl.google-analytics.com\/",
        "https:\/\/s3.amazonaws.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.4.0"
}