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 - это расширение Chrome, разработанное Mohamed Abusrea, и его основная функция - "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.".
Снимки экрана расширения
Скачать файл CRX расширения Quran Tab
Скачайте файлы расширений 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"
}
} | |