Quran Annotate

Save vocabulary to memorize while reading the Quran.

Cos'è Quran Annotate?

Quran Annotate è un'estensione di Chrome sviluppata da quranannotate, e la sua funzione principale è "Save vocabulary to memorize while reading the Quran.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Quran Annotate

Scarica i file di estensione Quran Annotate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Quran Annotate Quran Annotate
ID glecejlnidccgagdfdjpboknhmfalhhh
URL Ufficiale https://chromewebstore.google.com/detail/quran-annotate/glecejlnidccgagdfdjpboknhmfalhhh
Descrizione Save vocabulary to memorize while reading the Quran.
Dimensione del File 1.43 MB
Conteggio Installazioni 24
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2019-09-15
Data di Pubblicazione 2019-09-14
Sviluppatore quranannotate
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}