Prayer Schedule
Prayer Schedule for Muslims
Что такое Prayer Schedule?
Prayer Schedule - это расширение Chrome, разработанное iBragimoff, и его основная функция - "Prayer Schedule for Muslims".
Снимки экрана расширения
Скачать файл CRX расширения Prayer Schedule
Скачайте файлы расширений Prayer Schedule в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Quick access to the prayer schedule from the browser
👉 Beautiful and pleasant design
👉 Automatically recognizes your location
👉 Shows a warning bar about the remaining time
👉 Adjusts the time format to suit your region
👉 There are no complicated settings, everything is simple
✍️ You can suggest new improvements by mail [email protected] or by leaving a review with your wishes Основная информация о расширении
| Название | |
| ID | jhnipmlpomflpekhnamaklehjakhjgnk |
| Официальный URL | https://chromewebstore.google.com/detail/prayer-schedule/jhnipmlpomflpekhnamaklehjakhjgnk |
| Описание | Prayer Schedule for Muslims |
| Размер файла | 1.03 MB |
| Количество установок | 101 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2023-01-28 |
| Дата публикации | 2022-02-24 |
| Рейтинг | 5.00/5 Всего 3 оценок |
| Разработчик | iBragimoff |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/1Bragim0ff/Prayer-Schedule |
| Поддерживаемые языки | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Prayer Schedule",
"description": "__MSG_appDescription__",
"version": "1.0",
"manifest_version": 3,
"default_locale": "en",
"permissions": [
"geolocation",
"storage"
],
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "logo16.png",
"32": "logo32.png",
"48": "logo48.png",
"128": "logo128.png"
}
},
"icons": {
"16": "logo16.png",
"32": "logo32.png",
"48": "logo48.png",
"128": "logo128.png"
}
} | |