Quran Annotate

Save vocabulary to memorize while reading the Quran.

What is Quran Annotate?

Quran Annotate is a Chrome extension developed by quranannotate, and its main feature is "Save vocabulary to memorize while reading the Quran.".

Extension Screenshots

screenshot

Download Quran Annotate Extension CRX File

Download Quran Annotate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Quran Annotate Quran Annotate
ID glecejlnidccgagdfdjpboknhmfalhhh
Official URL https://chromewebstore.google.com/detail/quran-annotate/glecejlnidccgagdfdjpboknhmfalhhh
Description Save vocabulary to memorize while reading the Quran.
File Size 1.43 MB
Installation Count 24
Current Version 0.0.0.3
Last Updated 2019-09-15
Publish Date 2019-09-14
Developer quranannotate
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}