Good Times - Time Zone Clocks
Browser button that displays time zone clocks
Cos'è Good Times - Time Zone Clocks?
Good Times - Time Zone Clocks è un'estensione di Chrome sviluppata da scottschafferdesign, e la sua funzione principale è "Browser button that displays time zone clocks".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Good Times - Time Zone Clocks
Scarica i file di estensione Good Times - Time Zone Clocks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Good Times - Time Zone Clocks |
ID | pflkmmpmblhpdngdddakekchmpaijdpb |
URL Ufficiale | https://chromewebstore.google.com/detail/good-times-time-zone-cloc/pflkmmpmblhpdngdddakekchmpaijdpb |
Descrizione | Browser button that displays time zone clocks |
Dimensione del File | 192 KB |
Conteggio Installazioni | 48 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2021-04-16 |
Data di Pubblicazione | 2021-04-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | scottschafferdesign |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |