Quran Annotate

Save vocabulary to memorize while reading the Quran.

Quran Annotateคืออะไร?

Quran Annotate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย quranannotate และคุณลักษณะหลักของมันคือ "Save vocabulary to memorize while reading the Quran."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Quran Annotate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Use this extension to save vocabulary while you are reading the Quran online. It currently works with https://quranwbw.com for and https://equranlibrary.com. You can view your saved vocabulary list on the extension page.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Quran Annotate Quran Annotate
ID glecejlnidccgagdfdjpboknhmfalhhh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quran-annotate/glecejlnidccgagdfdjpboknhmfalhhh
คำอธิบาย Save vocabulary to memorize while reading the Quran.
ขนาดไฟล์ 1.43 MB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 0.0.0.3
อัปเดตครั้งล่าสุด 2019-09-15
วันที่เผยแพร่ 2019-09-14
ผู้พัฒนา quranannotate
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quran Annotate",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "description": "Save vocabulary to memorize while reading the Quran.",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/32.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "title": "See your vocabulary"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.quranwbw.com\/*"
            ],
            "js": [
                "quranwbw.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.equranlibrary.com\/*"
            ],
            "js": [
                "equranlibrary.js"
            ]
        }
    ]
}