Currents

Replace new tab screen with current time and weather.

Co to jest Currents?

Currents to rozszerzenie Chrome opracowane przez https://deadnight7.github.io, a jego główną funkcją jest „Replace new tab screen with current time and weather.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Currents

Pobierz pliki rozszerzeń Currents w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Replace new tab screen with current time and weather.                    

Podstawowe informacje o rozszerzeniu

Nazwa Currents Currents
ID fmladbonckfbhdblkcipokdinlnamnif
Oficjalny URL https://chromewebstore.google.com/detail/currents/fmladbonckfbhdblkcipokdinlnamnif
Opis Replace new tab screen with current time and weather.
Rozmiar pliku 2.38 MB
Liczba instalacji 52
Aktualna Wersja 3.4.0
Ostatnia Aktualizacja 2020-08-18
Data Publikacji 2020-08-18
Deweloper https://deadnight7.github.io
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}