Ayat Al Quran
Quran ayat with translation and notifications
ما هو Ayat Al Quran؟
Ayat Al Quran هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Quran ayat with translation and notifications".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ayat Al Quran
قم بتنزيل ملفات الامتداد Ayat Al Quran بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Read Quran with translation ayat by ayat at your own pace. Add Ayat notification reminders per convenience.
معلومات أساسية عن التمديد
الاسم | Ayat Al Quran |
ID | phpchoonngafcpakpkddaddfcfokoljg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ayat-al-quran/phpchoonngafcpakpkddaddfcfokoljg |
الوصف | Quran ayat with translation and notifications |
حجم الملف | 43.18 KB |
عدد التثبيتات | 1,046 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2018-06-07 |
تاريخ النشر | 2018-06-07 |
تقييم | 5.00/5 مجموع تقييمات 10 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ayat Al Quran", "short_name": "Ayat-Al-Quran with Translation", "description": "Quran ayat with translation and notifications", "version": "1.0.0", "browser_action": { "default_icon": "ja_rocket_48.png", "default_popup": "popup.html" }, "icons": { "16": "ja_rocket_16.png", "48": "ja_rocket_48.png", "128": "ja_rocket_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.3.1\/jquery.min.js" ], "scripts": [ "popup.js" ], "css": [ "css\/style.css" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "storage", "https:\/\/api.alquran.cloud\/ayah\/*\/*", "notifications", "alarms" ] } |