Quran Annotate

Save vocabulary to memorize while reading the Quran.

Quran Annotateとは何ですか?

Quran Annotateはquranannotateによって開発されたChromeの拡張機能で、その主な機能は「Save vocabulary to memorize while reading the Quran.」です。

拡張機能のスクリーンショット

screenshot

Quran Annotate拡張機能のCRXファイルをダウンロード

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