Currently

Replace new tab screen with current time and weather.

Co je Currently?

Currently je rozšíření Chrome vyvinuté Currently, a jeho hlavní funkcí je „Replace new tab screen with current time and weather.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Currently

Stáhněte si soubory rozšíření Currently ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Currently Currently
ID ojhmphdkpgbibohbnpbfiefkgieacjmh
Oficiální URL https://chrome.google.com/webstore/detail/currently/ojhmphdkpgbibohbnpbfiefkgieacjmh
Popis Replace new tab screen with current time and weather.
Velikost souboru 29.07 MB
Počet instalací 70,000
Aktuální Verze 5.1.1
Poslední Aktualizace 2021-08-29
Datum Vydání 2021-01-18
Hodnocení 4.05/5 Celkem 2041 Hodnocení
Vývojář Currently
E-mail [email protected]
Typ Platby in_app
URL Stránky Zásad Ochrany Soukromí https://search.currentlyweather.com/home/privacy
Podporované Jazyky 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"
    ]
}