Time and Weather Tab

Minimal New Tab Page.

Co to jest Time and Weather Tab?

Time and Weather Tab to rozszerzenie Chrome opracowane przez wilsodadeveloper, a jego główną funkcją jest „Minimal New Tab Page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Time and Weather Tab

Pobierz pliki rozszerzeń Time and Weather Tab 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

                        A minimal new tab page that shows the time and current weather.                    

Podstawowe informacje o rozszerzeniu

Nazwa Time and Weather Tab Time and Weather Tab
ID ohlpipdkopgmnpaefpabeboimndinfml
Oficjalny URL https://chromewebstore.google.com/detail/time-and-weather-tab/ohlpipdkopgmnpaefpabeboimndinfml
Opis Minimal New Tab Page.
Rozmiar pliku 41.82 KB
Liczba instalacji 43
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-02-16
Data Publikacji 2017-02-16
Ocena 3.80/5 Łącznie 5 Oceny
Deweloper wilsodadeveloper
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time and Weather Tab",
    "description": "Minimal New Tab Page.",
    "version": "1.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "start-page.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "weather.js"
        ]
    },
    "permissions": [
        "geolocation",
        "storage",
        "http:\/\/api.openweathermap.org\/"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}