Quran Annotate

Save vocabulary to memorize while reading the Quran.

Co to jest Quran Annotate?

Quran Annotate to rozszerzenie Chrome opracowane przez quranannotate, a jego główną funkcją jest „Save vocabulary to memorize while reading the Quran.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Quran Annotate

Pobierz pliki rozszerzeń Quran Annotate w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Quran Annotate Quran Annotate
ID glecejlnidccgagdfdjpboknhmfalhhh
Oficjalny URL https://chromewebstore.google.com/detail/quran-annotate/glecejlnidccgagdfdjpboknhmfalhhh
Opis Save vocabulary to memorize while reading the Quran.
Rozmiar pliku 1.43 MB
Liczba instalacji 24
Aktualna Wersja 0.0.0.3
Ostatnia Aktualizacja 2019-09-15
Data Publikacji 2019-09-14
Deweloper quranannotate
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}