Quran Copy

Find and optionally copy verses of the Quran to the clipboard

Quran Copyคืออะไร?

Quran Copy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.lightofthefurqan.com และคุณลักษณะหลักของมันคือ "Find and optionally copy verses of the Quran to the clipboard"

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

screenshot
screenshot
screenshot

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

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

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

                        An extension to quickly access verses within the Quran. The extension can retrieve either just the Arabic text of the verses or, additionally, the English translation. There are multiple English translations to choose from. Retrieved verses can be copied using the copy button.                    

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

ชื่อ Quran Copy Quran Copy
ID pacmiojfcmnfpnhenecnjhehoffmeopl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quran-copy/pacmiojfcmnfpnhenecnjhehoffmeopl
คำอธิบาย Find and optionally copy verses of the Quran to the clipboard
ขนาดไฟล์ 2.05 MB
จำนวนการติดตั้ง 423
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-07-04
วันที่เผยแพร่ 2018-07-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.lightofthefurqan.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quran Copy",
    "version": "1.0",
    "description": "Find and optionally copy verses of the Quran to the clipboard",
    "background": {
        "scripts": [
            "thirdParty\/jquery-3.3.1.min.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Quran Insert",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/icon128C.png",
            "48": "icons\/icon48C.png",
            "32": "icons\/icon32C.png",
            "16": "icons\/icon16C.png"
        }
    },
    "web_accessible_resources": [
        "data\/quran-simple.txt",
        "data\/en.qarai.xml",
        "data\/en.sahih.xml",
        "data\/en.transliteration.xml"
    ],
    "permissions": [
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/",
        "storage"
    ],
    "icons": {
        "128": "icons\/icon128C.png",
        "48": "icons\/icon48C.png",
        "32": "icons\/icon32C.png",
        "16": "icons\/icon16C.png"
    },
    "manifest_version": 2
}