Good Times - Time Zone Clocks
Browser button that displays time zone clocks
Co je Good Times - Time Zone Clocks?
Good Times - Time Zone Clocks je rozšíření Chrome vyvinuté scottschafferdesign, a jeho hlavní funkcí je „Browser button that displays time zone clocks“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Good Times - Time Zone Clocks
Stáhněte si soubory rozšíření Good Times - Time Zone Clocks ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Good Times - Time Zone Clocks |
ID | pflkmmpmblhpdngdddakekchmpaijdpb |
Oficiální URL | https://chromewebstore.google.com/detail/good-times-time-zone-cloc/pflkmmpmblhpdngdddakekchmpaijdpb |
Popis | Browser button that displays time zone clocks |
Velikost souboru | 192 KB |
Počet instalací | 48 |
Aktuální Verze | 2.1 |
Poslední Aktualizace | 2021-04-16 |
Datum Vydání | 2021-04-04 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | scottschafferdesign |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |