Quran Copy

Find and optionally copy verses of the Quran to the clipboard

什么是Quran Copy?

Quran Copy是由https://www.lightofthefurqan.com开发的Chrome扩展程序,该扩展的主要功能是“Find and optionally copy verses of the Quran to the clipboard”。

扩展截图

screenshot
screenshot
screenshot

下载Quran Copy扩展crx文件

下载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
}