World Clock

An extension which displays time in different timezones.

Co to jest World Clock?

World Clock to rozszerzenie Chrome opracowane przez Rajasri Systems, a jego główną funkcją jest „An extension which displays time in different timezones.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia World Clock

Pobierz pliki rozszerzeń World Clock 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

                        An extension to display time in different time zones. 
300+ timezones available. 
Automatic synchronisation with the system timezone. 
Setup the world clock!                    

Podstawowe informacje o rozszerzeniu

Nazwa World Clock World Clock
ID nfigbefbepjmkffdeelklglfjponlpbo
Oficjalny URL https://chromewebstore.google.com/detail/world-clock/nfigbefbepjmkffdeelklglfjponlpbo
Opis An extension which displays time in different timezones.
Rozmiar pliku 6.15 MB
Liczba instalacji 69
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2023-04-13
Data Publikacji 2021-04-11
Deweloper Rajasri Systems
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://rajasri.com/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "World Clock",
    "description": "An extension which displays time in different timezones.",
    "version": "2.1",
    "author": "Rajasri Systems",
    "browser_action": {
        "default_icon": "images\/worldclockfavicon.png",
        "default_popup": "index.html"
    },
    "background": {
        "page": "index.html"
    },
    "icons": {
        "16": "images\/worldclockfavicon.png",
        "32": "images\/worldclock32x32.png",
        "48": "images\/worldclock48x48.png",
        "128": "images\/worldclock128x128.png"
    }
}