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によって開発されたChromeの拡張機能で、その主な機能は「Shows a random word from Quran in Arabic and its English meaning on a beautiful background when user opens a new tab.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Quranic Vocabulary拡張機能のCRXファイルをダウンロード

Quranic Vocabulary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
    }
}