World Clock
Interactive world clocks extension, beautiful UI, easily one click to show, work offline.
Co to jest World Clock?
World Clock to rozszerzenie Chrome opracowane przez bulenttastan, a jego główną funkcją jest „Interactive world clocks extension, beautiful UI, easily one click to show, work offline.”.
Zrzuty ekranu rozszerzenia
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
The world clock showing many cities including the UTC time. It's useful for people working with remote teams with a visual way to see if it is night or daytime. * Switch between 12h and 24h views * See UTC (GMT) time, helpful to check any server time * Countries and individual cities included * Automatically adjusts for daylight savings time
Podstawowe informacje o rozszerzeniu
Nazwa | World Clock |
ID | dngepaapinafpbhfbfjhkcbabhfakmia |
Oficjalny URL | https://chromewebstore.google.com/detail/world-clock/dngepaapinafpbhfbfjhkcbabhfakmia |
Opis | Interactive world clocks extension, beautiful UI, easily one click to show, work offline. |
Rozmiar pliku | 236 KB |
Liczba instalacji | 822 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2020-11-28 |
Data Publikacji | 2020-04-10 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | bulenttastan |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "World Clock", "version": "1.1", "description": "Interactive world clocks extension, beautiful UI, easily one click to show, work offline.", "browser_action": { "default_icon": "assets\/images\/logo\/19.png", "default_popup": "popup.html" }, "icons": { "32": "\/assets\/images\/logo\/32.png", "48": "\/assets\/images\/logo\/48.png", "64": "\/assets\/images\/logo\/64.png", "128": "\/assets\/images\/logo\/128.png" }, "manifest_version": 2 } |