Quran Annotate

Save vocabulary to memorize while reading the Quran.

Apa itu Quran Annotate?

Quran Annotate adalah ekstensi Chrome yang dikembangkan oleh quranannotate, dan fitur utamanya adalah "Save vocabulary to memorize while reading the Quran.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Quran Annotate

Unduh file ekstensi Quran Annotate dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Quran Annotate Quran Annotate
ID glecejlnidccgagdfdjpboknhmfalhhh
URL Resmi https://chromewebstore.google.com/detail/quran-annotate/glecejlnidccgagdfdjpboknhmfalhhh
Deskripsi Save vocabulary to memorize while reading the Quran.
Ukuran File 1.43 MB
Jumlah Instalasi 24
Versi Saat Ini 0.0.0.3
Terakhir Diperbarui 2019-09-15
Tanggal Publikasi 2019-09-14
Pengembang quranannotate
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}