GMT/PDT Clock
PDT Clock extension for Google Chrome.
ما هو GMT/PDT Clock؟
GMT/PDT Clock هو إضافة Chrome تم تطويرها بواسطة ZL، والميزة الرئيسية لها هي "PDT Clock extension for Google Chrome.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GMT/PDT Clock
قم بتنزيل ملفات الامتداد GMT/PDT Clock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | GMT/PDT Clock |
ID | gkpoiapfhejilbeiacefoikliefjninj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gmtpdt-clock/gkpoiapfhejilbeiacefoikliefjninj |
الوصف | PDT Clock extension for Google Chrome. |
حجم الملف | 7.19 KB |
عدد التثبيتات | 54 |
النسخة الحالية | 4.2 |
آخر تحديث | 2022-01-30 |
تاريخ النشر | 2022-01-29 |
المطور | ZL |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/zehuanli/pdt-clock-extension |
اللغات المدعومة | 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" } } |