Quranic Vocabulary

Shows a random word from Quran in Arabic and its English meaning on a beautiful background when user opens a new tab.

Quranic Vocabulary क्या है?

Quranic Vocabulary Abubakar Abid द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows a random word from Quran in Arabic and its English meaning on a beautiful background when user opens a new tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quranic Vocabulary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Learn Arabic vocabulary and increase your understanding of the Quran! Each time you open up a new tab, you'll be shown a random word from Quran in Arabic and its English meaning on a beautiful background.

Cool features:
* Test mode: you can hide the translation (unless you hover over it) to test yourself
* Find in the Quran: you can click to see where in the Quran the word can be found to understand the context better
* Shows the time and date (both Western date and Hijri date)

New in 1.0.2:
* Fixed "find in Quran" bug
* Expanded to 1,250 vocabulary words
* Added share with social media icons

We hope you find it beneficial!
Built by Abubakar Abid and Hunain Sajid                    

एक्सटेंशन की मूल जानकारी

नाम Quranic Vocabulary Quranic Vocabulary
ID ooelkkeojgepkgkiepifoijfidomhjmg
आधिकारिक URL https://chromewebstore.google.com/detail/quranic-vocabulary/ooelkkeojgepkgkiepifoijfidomhjmg
विवरण Shows a random word from Quran in Arabic and its English meaning on a beautiful background when user opens a new tab.
फ़ाइल का आकार 110 KB
स्थापना संख्या 677
वर्तमान संस्करण 1.3.0
अंतिम अपडेट 2021-07-29
प्रकाशन तिथि 2021-04-03
रेटिंग 5.00/5 कुल 14 रेटिंग्स
डेवलपर Abubakar Abid
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quranic Vocabulary",
    "description": "Shows a random word from Quran in Arabic and its English meaning on a beautiful background when user opens a new tab.",
    "version": "1.3.0",
    "icons": {
        "16": "quran-16.png",
        "48": "quran-48.png",
        "128": "quran-128.png"
    },
    "permissions": [
        "chrome:\/\/favicon\/"
    ],
    "chrome_url_overrides": {
        "newtab": "newpage.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}