World Clocks new tab page

Replace the new tab page with up to 12 configurable world clocks

Co to jest World Clocks new tab page?

World Clocks new tab page to rozszerzenie Chrome opracowane przez Martín Peverelli, a jego główną funkcją jest „Replace the new tab page with up to 12 configurable world clocks”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia World Clocks new tab page

Pobierz pliki rozszerzeń World Clocks new tab page 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

                        Provides a main local clock, and up to 12 other smaller clocks configurable to any timezone.
All settings are kept in sync using Chrome Storage.
Clocks are configurable to 12 or 24 hour format.
The extension has two themes. 'light' and 'dark'.
Custom background URL support, for an online image to be loaded as background.                    

Podstawowe informacje o rozszerzeniu

Nazwa World Clocks new tab page World Clocks new tab page
ID opaffdnccgelcacfhbjigocjaigebbje
Oficjalny URL https://chromewebstore.google.com/detail/world-clocks-new-tab-page/opaffdnccgelcacfhbjigocjaigebbje
Opis Replace the new tab page with up to 12 configurable world clocks
Rozmiar pliku 214 KB
Liczba instalacji 382
Aktualna Wersja 0.0.2.2
Ostatnia Aktualizacja 2017-04-25
Data Publikacji 2017-04-25
Ocena 2.63/5 Łącznie 19 Oceny
Deweloper Martín Peverelli
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clocks new tab page",
    "description": "Replace the new tab page with up to 12 configurable world clocks",
    "version": "0.0.2.2",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}