Good Times - Time Zone Clocks
Browser button that displays time zone clocks
Co to jest Good Times - Time Zone Clocks?
Good Times - Time Zone Clocks to rozszerzenie Chrome opracowane przez scottschafferdesign, a jego główną funkcją jest „Browser button that displays time zone clocks”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Good Times - Time Zone Clocks
Pobierz pliki rozszerzeń Good Times - Time Zone Clocks 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
This simple Browser Button displays your local time, and your choice of a number of popular time zones across the world. Add them to your clock list, sort them, and remove them at your leisure. Good Times also comes with a number of different color and font themes that you can flip through. New time zones and themes will be added over time.
Podstawowe informacje o rozszerzeniu
Nazwa | Good Times - Time Zone Clocks |
ID | pflkmmpmblhpdngdddakekchmpaijdpb |
Oficjalny URL | https://chromewebstore.google.com/detail/good-times-time-zone-cloc/pflkmmpmblhpdngdddakekchmpaijdpb |
Opis | Browser button that displays time zone clocks |
Rozmiar pliku | 192 KB |
Liczba instalacji | 48 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2021-04-16 |
Data Publikacji | 2021-04-04 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | scottschafferdesign |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Good Times - Time Zone Clocks", "version": "2.1", "description": "Browser button that displays time zone clocks", "author": "Scott Schaffer", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_popup": "popup.html", "default_title": "Good Times" }, "permissions": [ "storage" ] } |