US Pacific Time (PT)
Displays current US Pacific Time.
ما هو US Pacific Time (PT)؟
US Pacific Time (PT) هو إضافة Chrome تم تطويرها بواسطة SmartAzanClock، والميزة الرئيسية لها هي "Displays current US Pacific Time.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة US Pacific Time (PT)
قم بتنزيل ملفات الامتداد US Pacific Time (PT) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
✔️ Single-purpose ✔️ Lightweight Click on the icon to switch between 24hr & 12hr modes.
معلومات أساسية عن التمديد
الاسم | US Pacific Time (PT) |
ID | mgbefemhgjomkfbchpgjioichelccdfd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/us-pacific-time-pt/mgbefemhgjomkfbchpgjioichelccdfd |
الوصف | Displays current US Pacific Time. |
حجم الملف | 5.81 KB |
عدد التثبيتات | 83 |
النسخة الحالية | 0.0.1.9 |
آخر تحديث | 2022-09-17 |
تاريخ النشر | 2021-07-16 |
المطور | SmartAzanClock |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://smartazanclock.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "__MSG_short_name__", "version": "0.0.1.9", "default_locale": "en", "description": "__MSG_description__", "manifest_version": 3, "permissions": [ "storage", "alarms" ], "background": { "service_worker": "serviceWorker.js" }, "minimum_chrome_version": "88", "action": { "default_title": "__MSG_short_name__", "default_icon": { "128": "images\/_icon.png" } }, "icons": { "128": "images\/_icon.png" } } |