Currents

Replace new tab screen with current time and weather.

Co je Currents?

Currents je rozšíření Chrome vyvinuté https://deadnight7.github.io, 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í Currents

Stáhněte si soubory rozšíření Currents 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í

                        Replace new tab screen with current time and weather.                    

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

Název Currents Currents
ID fmladbonckfbhdblkcipokdinlnamnif
Oficiální URL https://chromewebstore.google.com/detail/currents/fmladbonckfbhdblkcipokdinlnamnif
Popis Replace new tab screen with current time and weather.
Velikost souboru 2.38 MB
Počet instalací 52
Aktuální Verze 3.4.0
Poslední Aktualizace 2020-08-18
Datum Vydání 2020-08-18
Vývojář https://deadnight7.github.io
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}