Currently

Replace new tab screen with current time and weather.

Cos'è Currently?

Currently è un'estensione di Chrome sviluppata da Currently, e la sua funzione principale è "Replace new tab screen with current time and weather.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Currently

Scarica i file di estensione Currently in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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."                    

Informazioni di Base sull'Estensione

Nome Currently Currently
ID ojhmphdkpgbibohbnpbfiefkgieacjmh
URL Ufficiale https://chrome.google.com/webstore/detail/currently/ojhmphdkpgbibohbnpbfiefkgieacjmh
Descrizione Replace new tab screen with current time and weather.
Dimensione del File 29.07 MB
Conteggio Installazioni 70,000
Versione Corrente 5.1.1
Ultimo Aggiornamento 2021-08-29
Data di Pubblicazione 2021-01-18
Valutazione 4.05/5 Totale 2041 Valutazioni
Sviluppatore Currently
Email [email protected]
Tipo di Pagamento in_app
URL della Pagina della Politica sulla Privacy https://search.currentlyweather.com/home/privacy
Lingue Supportate 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"
    ]
}