Ayah with Background
Get a verse of Quran with a beautiful background
Что такое Ayah with Background?
Ayah with Background - это расширение Chrome, разработанное Nabil Ashraf | Chum Chum Digital Agency, и его основная функция - "Get a verse of Quran with a beautiful background".
Снимки экрана расширения
Скачать файл CRX расширения Ayah with Background
Скачайте файлы расширений Ayah with Background в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Get a verse of the Holy Quran with a beautiful background (from unsplash.com) when you open a new tab.
More features coming soon !
- Hijri Calendar
- Hadith
- Prayer Timings Основная информация о расширении
| Название | |
| ID | hbbikcmejjhiamofcgchcmnecbmaldfl |
| Официальный URL | https://chromewebstore.google.com/detail/ayah-with-background/hbbikcmejjhiamofcgchcmnecbmaldfl |
| Описание | Get a verse of Quran with a beautiful background |
| Размер файла | 14.98 KB |
| Количество установок | 337 |
| Текущая Версия | 1.0.2 |
| Последнее Обновление | 2019-09-11 |
| Дата публикации | 2019-09-11 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | Nabil Ashraf | Chum Chum Digital Agency |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://chumchum.agency |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ayah with Background",
"short_name": "Quranic Verse",
"version": "1.0.2",
"manifest_version": 2,
"description": "Get a verse of Quran with a beautiful background",
"homepage_url": "https:\/\/nabilashraf.com",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage",
"https:\/\/source.unsplash.com\/"
]
} | |