Quran Annotate

Save vocabulary to memorize while reading the Quran.

Co je Quran Annotate?

Quran Annotate je rozšíření Chrome vyvinuté quranannotate, a jeho hlavní funkcí je „Save vocabulary to memorize while reading the Quran.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Quran Annotate

Stáhněte si soubory rozšíření Quran Annotate ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Quran Annotate Quran Annotate
ID glecejlnidccgagdfdjpboknhmfalhhh
Oficiální URL https://chromewebstore.google.com/detail/quran-annotate/glecejlnidccgagdfdjpboknhmfalhhh
Popis Save vocabulary to memorize while reading the Quran.
Velikost souboru 1.43 MB
Počet instalací 24
Aktuální Verze 0.0.0.3
Poslední Aktualizace 2019-09-15
Datum Vydání 2019-09-14
Vývojář quranannotate
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}