Ayat Al Quran

Quran ayat with translation and notifications

Ayat Al Quranคืออะไร?

Ayat Al Quran เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Quran ayat with translation and notifications"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ayat Al Quran

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}