Quran Tab
Quran Tab is an Islamic new tab page that will keep you inspired by a verse from the Quran every time you open a new tab.
什么是Quran Tab?
Quran Tab是由Mohamed Abusrea开发的Chrome扩展程序,该扩展的主要功能是“Quran Tab is an Islamic new tab page that will keep you inspired by a verse from the Quran every time you open a new tab.”。
扩展截图
下载Quran Tab扩展crx文件
下载Quran Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quran Tab is an Islamic new tab page that will keep you inspired by a verse from the Quran every time you open a new tab that helps you achieve your "Khatma" and keeps you connected with the words of Allah.
Features:
* The app supports 15+ languages/translations of the Quran 🌐
* It has 20+ reciters so you can play any verse with your favorite reciter 🎧
* Bookmark your favorite verses ❤️
* Auto-change verse: show new verse with every new tab 🔀
* Beautiful backgrounds 🌄
* A beautiful Dark-theme 🌚
* Prayer times with many options to customize them 🕋
* Arabic Tafseer for every verse 📖 扩展基本信息
| 名称 | |
| ID | afaihcdgkjebgabomemccdneglknjkdd |
| 官方URL | https://chromewebstore.google.com/detail/quran-tab/afaihcdgkjebgabomemccdneglknjkdd |
| 简介 | Quran Tab is an Islamic new tab page that will keep you inspired by a verse from the Quran every time you open a new tab. |
| 文件大小 | 11.92 MB |
| 安装次数 | 43,204 |
| 当前版本 | 2.6.7 |
| 更新时间 | 2024-01-21 |
| 上架时间 | 2019-04-09 |
| 评分 | 4.91/5 共633次评分 |
| 开发者 | Mohamed Abusrea |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.freeprivacypolicy.com/live/03a465b3-035d-46fb-bf55-8e2b185caa74 |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quran Tab",
"description": "Quran Tab is an Islamic new tab page that will keep you inspired by a verse from the Quran every time you open a new tab.",
"version": "2.6.7",
"manifest_version": 3,
"permissions": [
"notifications",
"alarms",
"offscreen"
],
"host_permissions": [
"https:\/\/api.alquran.cloud\/*",
"https:\/\/*.islamic.network\/*"
],
"background": {
"service_worker": "service_worker.js",
"type": "module"
},
"icons": {
"128": "icon128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |