Salati
Get Accurate Prayer times
Что такое Salati?
Salati - это расширение Chrome, разработанное slimane_akalia, и его основная функция - "Get Accurate Prayer times".
Снимки экрана расширения
Скачать файл CRX расширения Salati
Скачайте файлы расширений Salati в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Salati is an extension that shows the prayer times for muslims. In a prayer time Salati push a text notification, plays adhan and execute some actions (block internet or close browser), all this can be configured by the user using a simple user interface. Note : After adding Salati to chrome you should restart completely the browser (close chrome from background)
Основная информация о расширении
Название | |
ID | clflmbgbggkknajgoklfoalmeiidfnfh |
Официальный URL | https://chrome.google.com/webstore/detail/salati/clflmbgbggkknajgoklfoalmeiidfnfh |
Описание | Get Accurate Prayer times |
Размер файла | 451 KB |
Количество установок | 55 |
Текущая Версия | 1.0.4.8 |
Последнее Обновление | 2017-08-09 |
Дата публикации | 2017-08-09 |
Рейтинг | 2.00/5 Всего 2 оценок |
Разработчик | slimane_akalia |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salati", "short_name": "Salati", "description": "Get Accurate Prayer times", "version": "1.0.4.8", "permissions": [ "alarms", "notifications", "background", "tts", "storage", "geolocation", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*", "webRequestBlocking", "tabs" ], "background": { "scripts": [ "js\/PrayTimes.js", "js\/jquery-3.2.1.min.js", "js\/constants.js", "js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "res\/logo.png", "default_popup": "pages\/popup.html" }, "web_accessible_resources": [ "res\/logo.png" ] } |