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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
    }
}