Good Times - Time Zone Clocks
Browser button that displays time zone clocks
Was ist Good Times - Time Zone Clocks?
Good Times - Time Zone Clocks ist eine Chrome-Erweiterung, die von scottschafferdesign entwickelt wurde, und ihr Hauptmerkmal ist "Browser button that displays time zone clocks".
Erweiterungsscreenshots
Good Times - Time Zone Clocks-Erweiterungs-CRX-Datei herunterladen
Laden Sie Good Times - Time Zone Clocks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pflkmmpmblhpdngdddakekchmpaijdpb |
| Offizielle URL | https://chromewebstore.google.com/detail/good-times-time-zone-cloc/pflkmmpmblhpdngdddakekchmpaijdpb |
| Beschreibung | Browser button that displays time zone clocks |
| Dateigröße | 192 KB |
| Installationsanzahl | 48 |
| Aktuelle Version | 2.1 |
| Letztes Update | 2021-04-16 |
| Veröffentlichungsdatum | 2021-04-04 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | scottschafferdesign |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |