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. 擴展基本資訊
| 名稱 | |
| ID | phpchoonngafcpakpkddaddfcfokoljg |
| 官方網址 | 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"
]
} | |