Ayat Al Quran
Quran ayat with translation and notifications
Cos'è Ayat Al Quran?
Ayat Al Quran è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Quran ayat with translation and notifications".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ayat Al Quran
Scarica i file di estensione Ayat Al Quran in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Read Quran with translation ayat by ayat at your own pace. Add Ayat notification reminders per convenience.
Informazioni di Base sull'Estensione
Nome | Ayat Al Quran |
ID | phpchoonngafcpakpkddaddfcfokoljg |
URL Ufficiale | https://chromewebstore.google.com/detail/ayat-al-quran/phpchoonngafcpakpkddaddfcfokoljg |
Descrizione | Quran ayat with translation and notifications |
Dimensione del File | 43.18 KB |
Conteggio Installazioni | 1,046 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2018-06-07 |
Data di Pubblicazione | 2018-06-07 |
Valutazione | 5.00/5 Totale 10 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |