Exact Time - Local & UTC
Displays precise local and utc date and time
ما هو Exact Time - Local & UTC؟
Exact Time - Local & UTC هو إضافة Chrome تم تطويرها بواسطة https://calcpedia.com، والميزة الرئيسية لها هي "Displays precise local and utc date and time".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Exact Time - Local & UTC
قم بتنزيل ملفات الامتداد Exact Time - Local & UTC بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Exact Time displays precise date and time in your local timezone as well as the current UTC — Coordinated Universal Time. Simply click the Exact Time icon on your Chrome toolbar to view the running clock that displays local and UTC date and time. No additional configuration is required.
معلومات أساسية عن التمديد
الاسم | Exact Time - Local & UTC |
ID | iceehfhoipgiceeepgmecejmgcdckohb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/exact-time-local-utc/iceehfhoipgiceeepgmecejmgcdckohb |
الوصف | Displays precise local and utc date and time |
حجم الملف | 199 KB |
عدد التثبيتات | 876 |
النسخة الحالية | 0.9 |
آخر تحديث | 2017-02-14 |
تاريخ النشر | 2017-02-14 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | https://calcpedia.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Exact Time - Local & UTC", "short_name": "Exact Time", "description": "Displays precise local and utc date and time", "version": "0.9", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "mgfn.js", "mgext.js", "mgcls.js", "background.js" ], "persistent": true } } |