World Clock
An extension which displays time in different timezones.
ما هو World Clock؟
World Clock هو إضافة Chrome تم تطويرها بواسطة Rajasri Systems، والميزة الرئيسية لها هي "An extension which displays time in different timezones.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة World Clock
قم بتنزيل ملفات الامتداد World Clock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An extension to display time in different time zones. 300+ timezones available. Automatic synchronisation with the system timezone. Setup the world clock!
معلومات أساسية عن التمديد
الاسم | World Clock |
ID | nfigbefbepjmkffdeelklglfjponlpbo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/world-clock/nfigbefbepjmkffdeelklglfjponlpbo |
الوصف | An extension which displays time in different timezones. |
حجم الملف | 6.15 MB |
عدد التثبيتات | 69 |
النسخة الحالية | 2.1 |
آخر تحديث | 2023-04-13 |
تاريخ النشر | 2021-04-11 |
المطور | Rajasri Systems |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://rajasri.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "World Clock", "description": "An extension which displays time in different timezones.", "version": "2.1", "author": "Rajasri Systems", "browser_action": { "default_icon": "images\/worldclockfavicon.png", "default_popup": "index.html" }, "background": { "page": "index.html" }, "icons": { "16": "images\/worldclockfavicon.png", "32": "images\/worldclock32x32.png", "48": "images\/worldclock48x48.png", "128": "images\/worldclock128x128.png" } } |