Good Times - Time Zone Clocks
Browser button that displays time zone clocks
ما هو Good Times - Time Zone Clocks؟
Good Times - Time Zone Clocks هو إضافة Chrome تم تطويرها بواسطة scottschafferdesign، والميزة الرئيسية لها هي "Browser button that displays time zone clocks".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Good Times - Time Zone Clocks
قم بتنزيل ملفات الامتداد Good Times - Time Zone Clocks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Good Times - Time Zone Clocks |
ID | pflkmmpmblhpdngdddakekchmpaijdpb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/good-times-time-zone-cloc/pflkmmpmblhpdngdddakekchmpaijdpb |
الوصف | Browser button that displays time zone clocks |
حجم الملف | 192 KB |
عدد التثبيتات | 48 |
النسخة الحالية | 2.1 |
آخر تحديث | 2021-04-16 |
تاريخ النشر | 2021-04-04 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | scottschafferdesign |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" ] } |