Prayer Times

Easily access prayer times and see how much time is left until next prayers.

Что такое Prayer Times?

Prayer Times - это расширение Chrome, разработанное agayevelcinn, и его основная функция - "Easily access prayer times and see how much time is left until next prayers.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Prayer Times

Скачайте файлы расширений Prayer Times в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Showing praying times and also added Azerbaijan praying times.                    

Основная информация о расширении

Название Prayer Times Prayer Times
ID bdldcfbncdeknajlcbgacejmpahomjlf
Официальный URL https://chromewebstore.google.com/detail/prayer-times/bdldcfbncdeknajlcbgacejmpahomjlf
Описание Easily access prayer times and see how much time is left until next prayers.
Размер файла 442 KB
Количество установок 18
Текущая Версия 2.0.0
Последнее Обновление 2023-03-28
Дата публикации 2022-11-14
Рейтинг 5.00/5 Всего 1 оценок
Разработчик agayevelcinn
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "images\/icons\/128.png"
        },
        "default_popup": "index.html",
        "default_title": "__MSG_short_name__"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "default_locale": "tr",
    "description": "__MSG_description__",
    "host_permissions": [
        "https:\/\/prayer.azurewebsites.net\/*"
    ],
    "icons": {
        "128": "images\/icons\/128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ],
    "short_name": "__MSG_short_name__",
    "version": "2.0.0"
}