Ayat Al Quran
Quran ayat with translation and notifications
Ayat Al Quranとは何ですか?
Ayat Al QuranはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Quran ayat with translation and notifications」です。
拡張機能のスクリーンショット
Ayat Al Quran拡張機能のCRXファイルをダウンロード
Ayat Al Quran拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" ] } |