Quran Annotate

Save vocabulary to memorize while reading the Quran.

Τι είναι το Quran Annotate;

Το Quran Annotate είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον quranannotate, και η κύρια λειτουργία του είναι "Save vocabulary to memorize while reading the Quran.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Quran Annotate

Λήψη αρχείων επέκτασης Quran Annotate σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Quran Annotate Quran Annotate
ID glecejlnidccgagdfdjpboknhmfalhhh
Επίσημο URL https://chromewebstore.google.com/detail/quran-annotate/glecejlnidccgagdfdjpboknhmfalhhh
Περιγραφή Save vocabulary to memorize while reading the Quran.
Μέγεθος Αρχείου 1.43 MB
Αριθμός Εγκαταστάσεων 24
Τρέχουσα Έκδοση 0.0.0.3
Τελευταία Ενημέρωση 2019-09-15
Ημερομηνία Δημοσίευσης 2019-09-14
Προγραμματιστής quranannotate
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}