Time in India
Displays current time in India.
ما هو Time in India؟
Time in India هو إضافة Chrome تم تطويرها بواسطة SmartAzanClock، والميزة الرئيسية لها هي "Displays current time in India.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Time in India
قم بتنزيل ملفات الامتداد Time in India بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
✔️ Single-purpose ✔️ Lightweight Click on the icon to switch between 24hr & 12hr modes.
معلومات أساسية عن التمديد
الاسم | |
ID | ikekoihphgkdckliglmkglohaamajakg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/time-in-india/ikekoihphgkdckliglmkglohaamajakg |
الوصف | Displays current time in India. |
حجم الملف | 6.43 KB |
عدد التثبيتات | 850 |
النسخة الحالية | 0.0.1.9 |
آخر تحديث | 2022-09-17 |
تاريخ النشر | 2021-07-18 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | 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" } } |