Ayat Al Quran
Quran ayat with translation and notifications
Hvad er Ayat Al Quran?
Ayat Al Quran er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Quran ayat with translation and notifications".
Udvidelsesskærmbilleder
Download Ayat Al Quran-udvidelses-CRX-fil
Download Ayat Al Quran-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Read Quran with translation ayat by ayat at your own pace. Add Ayat notification reminders per convenience. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | phpchoonngafcpakpkddaddfcfokoljg |
| Officiel URL | https://chromewebstore.google.com/detail/ayat-al-quran/phpchoonngafcpakpkddaddfcfokoljg |
| Beskrivelse | Quran ayat with translation and notifications |
| Filstørrelse | 43.18 KB |
| Antal Installationer | 1,046 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2018-06-07 |
| Udgivelsesdato | 2018-06-07 |
| Bedømmelse | 5.00/5 Samlet 10 Bedømmelser |
| Udvikler | Unknown |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |