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