Salati
Get Accurate Prayer times
ما هو Salati؟
Salati هو إضافة Chrome تم تطويرها بواسطة slimane_akalia، والميزة الرئيسية لها هي "Get Accurate Prayer times".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Salati
قم بتنزيل ملفات الامتداد Salati بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Salati is an extension that shows the prayer times for muslims.
In a prayer time Salati push a text notification, plays adhan and execute some actions (block internet or close browser), all this can be configured by the user using a simple user interface.
Note : After adding Salati to chrome you should restart completely the browser (close chrome from background) معلومات أساسية عن التمديد
| الاسم | |
| ID | clflmbgbggkknajgoklfoalmeiidfnfh |
| عنوان URL الرسمي | https://chrome.google.com/webstore/detail/salati/clflmbgbggkknajgoklfoalmeiidfnfh |
| الوصف | Get Accurate Prayer times |
| حجم الملف | 451 KB |
| عدد التثبيتات | 55 |
| النسخة الحالية | 1.0.4.8 |
| آخر تحديث | 2017-08-09 |
| تاريخ النشر | 2017-08-09 |
| تقييم | 2.00/5 مجموع تقييمات 2 |
| المطور | slimane_akalia |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Salati",
"short_name": "Salati",
"description": "Get Accurate Prayer times",
"version": "1.0.4.8",
"permissions": [
"alarms",
"notifications",
"background",
"tts",
"storage",
"geolocation",
"webRequest",
"http:\/\/*\/*",
"https:\/\/*\/*",
"webRequestBlocking",
"tabs"
],
"background": {
"scripts": [
"js\/PrayTimes.js",
"js\/jquery-3.2.1.min.js",
"js\/constants.js",
"js\/background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "res\/logo.png",
"default_popup": "pages\/popup.html"
},
"web_accessible_resources": [
"res\/logo.png"
]
} | |