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.”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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
}
} | |