Salat Reminder
Notify user of the time for salat
Что такое Salat Reminder?
Salat Reminder - это расширение Chrome, разработанное Jubrilissa, и его основная функция - "Notify user of the time for salat".
Снимки экрана расширения
Скачать файл CRX расширения Salat Reminder
Скачайте файлы расширений Salat Reminder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Salat reminder notifies you when it's time for salat in your location in a new Tab. Creating a new Tab with image and message for the current salat (prayer) Feedback and suggestions are welcome. If you have any feedback or suggestion kindly send an email to [email protected]
Основная информация о расширении
Название | |
ID | enhkmijhppoajgceoopmddgjnoigbmaj |
Официальный URL | https://chrome.google.com/webstore/detail/salat-reminder/enhkmijhppoajgceoopmddgjnoigbmaj |
Описание | Notify user of the time for salat |
Размер файла | 3.87 MB |
Количество установок | 162 |
Текущая Версия | 0.0.7 |
Последнее Обновление | 2020-03-02 |
Дата публикации | 2020-03-02 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | Jubrilissa |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salat Reminder", "short_name": "Salat Reminder", "description": "Notify user of the time for salat", "version": "0.0.7", "icons": { "16": "images\/favicon-16.png", "48": "images\/favicon-57.png", "128": "images\/favicon-128.png" }, "browser_action": { "default_title": "Salat Reminder for chrome", "default_icon": "favicon.ico" }, "permissions": [ "alarms", "storage", "tabs", "geolocation" ], "background": { "scripts": [ "js\/activity_popup.js", "js\/chrome_listeners.js" ] } } |