Quran Annotate

Save vocabulary to memorize while reading the Quran.

Vad är Quran Annotate?

Quran Annotate är en Chrome-tillägg utvecklad av quranannotate, och dess huvudfunktion är "Save vocabulary to memorize while reading the Quran.".

Tilläggsskärmbilder

screenshot

Ladda ner Quran Annotate-förlängningens CRX-fil

Ladda ner Quran Annotate-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Quran Annotate Quran Annotate
ID glecejlnidccgagdfdjpboknhmfalhhh
Officiell webbadress https://chromewebstore.google.com/detail/quran-annotate/glecejlnidccgagdfdjpboknhmfalhhh
Beskrivning Save vocabulary to memorize while reading the Quran.
Filstorlek 1.43 MB
Antal Installationer 24
Aktuell Version 0.0.0.3
Senast Uppdaterad 2019-09-15
Publiceringsdatum 2019-09-14
Utvecklare quranannotate
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}