GMT/PDT Clock
PDT Clock extension for Google Chrome.
Qu'est-ce que GMT/PDT Clock ?
GMT/PDT Clock est une extension Chrome développée par ZL, et sa fonction principale est "PDT Clock extension for Google Chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GMT/PDT Clock
Téléchargez les fichiers d'extension GMT/PDT Clock 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
PDT Clock extension for Google Chrome. This is forked from Casey Hunt's work (https://github.com/caseymhunt/utc-clock-extension). I only changed the displayed timezone from UTC to PDT, and it now adds a button for GMT/PDT Time in your Chrome toolbar.
Informations de Base sur l'Extension
Nom | GMT/PDT Clock |
ID | gkpoiapfhejilbeiacefoikliefjninj |
URL Officiel | https://chromewebstore.google.com/detail/gmtpdt-clock/gkpoiapfhejilbeiacefoikliefjninj |
Description | PDT Clock extension for Google Chrome. |
Taille du Fichier | 7.19 KB |
Nombre d'Installations | 54 |
Version Actuelle | 4.2 |
Dernière Mise à Jour | 2022-01-30 |
Date de Publication | 2022-01-29 |
Développeur | ZL |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/zehuanli/pdt-clock-extension |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GMT\/PDT Clock", "description": "PDT Clock extension for Google Chrome.", "version": "4.2", "author": "Zehuan Li, forked from Casey Hunt -- casey.hunt (at) gmail.com", "background": { "service_worker": "bg.js" }, "permissions": [ "alarms" ], "action": { "default_title": "PDT Clock", "default_icon": "icon2.png", "default_popup": "popup.html" }, "icons": { "128": "icon2.png", "48": "icon2.png" } } |