Quran Annotate

Save vocabulary to memorize while reading the Quran.

Qu'est-ce que Quran Annotate ?

Quran Annotate est une extension Chrome développée par quranannotate, et sa fonction principale est "Save vocabulary to memorize while reading the Quran.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Quran Annotate

Téléchargez les fichiers d'extension Quran Annotate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Quran Annotate Quran Annotate
ID glecejlnidccgagdfdjpboknhmfalhhh
URL Officiel https://chromewebstore.google.com/detail/quran-annotate/glecejlnidccgagdfdjpboknhmfalhhh
Description Save vocabulary to memorize while reading the Quran.
Taille du Fichier 1.43 MB
Nombre d'Installations 24
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2019-09-15
Date de Publication 2019-09-14
Développeur quranannotate
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}