Ayat Al Quran
Quran ayat with translation and notifications
Wat is Ayat Al Quran?
Ayat Al Quran is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Quran ayat with translation and notifications".
Extensie Screenshots
Download het CRX-bestand van de extensie Ayat Al Quran
Download Ayat Al Quran-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Read Quran with translation ayat by ayat at your own pace. Add Ayat notification reminders per convenience.
Basisinformatie over de Extensie
Naam | Ayat Al Quran |
ID | phpchoonngafcpakpkddaddfcfokoljg |
Officiële URL | https://chromewebstore.google.com/detail/ayat-al-quran/phpchoonngafcpakpkddaddfcfokoljg |
Beschrijving | Quran ayat with translation and notifications |
Bestandsgrootte | 43.18 KB |
Aantal Installaties | 1,046 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2018-06-07 |
Publicatiedatum | 2018-06-07 |
Beoordeling | 5.00/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |