Weather Clock for Chrome

New tab screen with current time and weather.

Co to jest Weather Clock for Chrome?

Weather Clock for Chrome to rozszerzenie Chrome opracowane przez Next Things Apps, a jego główną funkcją jest „New tab screen with current time and weather.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Weather Clock for Chrome

Pobierz pliki rozszerzeń Weather Clock for Chrome 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

                        Weather Clock for Chrome is a simple extension that replaces your "New Tab" screen with a new one that shows you the current time and the weather.                    

Podstawowe informacje o rozszerzeniu

Nazwa Weather Clock for Chrome Weather Clock for Chrome
ID adknmgojfoolkhflnjbjhnahaagjgogd
Oficjalny URL https://chromewebstore.google.com/detail/weather-clock-for-chrome/adknmgojfoolkhflnjbjhnahaagjgogd
Opis New tab screen with current time and weather.
Rozmiar pliku 2.21 MB
Liczba instalacji 383
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2019-09-04
Data Publikacji 2019-09-04
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Next Things Apps
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Clock for Chrome",
    "version": "1.0.0",
    "manifest_version": 2,
    "options_page": "app\/index.html#\/drawer\/settings",
    "icons": {
        "16": "images\/icon16.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "description": "New tab screen with current time and weather.",
    "background": {
        "scripts": [
            "app\/underscore.js",
            "app\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "app\/index.html"
    },
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage",
        "geolocation",
        "unlimitedStorage",
        "https:\/\/maps.googleapis.com\/maps\/api\/",
        "http:\/\/api.wunderground.com\/api",
        "https:\/\/ssl.google-analytics.com\/",
        "https:\/\/s3.amazonaws.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/widget.uservoice.com\/; object-src 'self'"
}