Good Times - Time Zone Clocks
Browser button that displays time zone clocks
Qu'est-ce que Good Times - Time Zone Clocks ?
Good Times - Time Zone Clocks est une extension Chrome développée par scottschafferdesign, et sa fonction principale est "Browser button that displays time zone clocks".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Good Times - Time Zone Clocks
Téléchargez les fichiers d'extension Good Times - Time Zone Clocks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Good Times - Time Zone Clocks |
ID | pflkmmpmblhpdngdddakekchmpaijdpb |
URL Officiel | https://chromewebstore.google.com/detail/good-times-time-zone-cloc/pflkmmpmblhpdngdddakekchmpaijdpb |
Description | Browser button that displays time zone clocks |
Taille du Fichier | 192 KB |
Nombre d'Installations | 48 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2021-04-16 |
Date de Publication | 2021-04-04 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | scottschafferdesign |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |