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
Eメール [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
}