Currently

Replace new tab screen with current time and weather.

O que é Currently?

Currently é uma extensão do Chrome desenvolvida por Currently, 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 Currently

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

                        Currently is a simple extension that replaces your "New Tab" screen with a new one that shows you the current time and the weather while providing convenient web search powered by Yahoo.

Permissions & Reasons Used

Our extension uses the minimum permissions required:

Permission: "geolocation"
Reason: "In order for Currently to display accurate weather information for your area, it requires the ability to query your Latitude and Longitude."                    

Informações Básicas da Extensão

Nome Currently Currently
ID ojhmphdkpgbibohbnpbfiefkgieacjmh
URL Oficial https://chrome.google.com/webstore/detail/currently/ojhmphdkpgbibohbnpbfiefkgieacjmh
Descrição Replace new tab screen with current time and weather.
Tamanho do Arquivo 29.07 MB
Contagem de Instalações 70,000
Versão Atual 5.1.1
Última Atualização 2021-08-29
Data de Publicação 2021-01-18
Classificação 4.05/5 Total de 2041 Avaliações
Desenvolvedor Currently
Email [email protected]
Tipo de Pagamento in_app
URL da Página de Política de Privacidade https://search.currentlyweather.com/home/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Currently",
    "version": "5.1.1",
    "manifest_version": 2,
    "description": "Replace new tab screen with current time and weather.",
    "background": {
        "scripts": [
            "core\/index.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "public\/index.html"
    },
    "permissions": [
        "geolocation"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self';",
    "web_accessible_resources": [
        "*.json"
    ]
}