Salat Reminder
Notify user of the time for salat
¿Qué es Salat Reminder?
Salat Reminder es una extensión de Chrome desarrollada por Jubrilissa, y su función principal es "Notify user of the time for salat".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Salat Reminder
Descarga archivos de extensión Salat Reminder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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]
Información Básica de la Extensión
Nombre | |
ID | enhkmijhppoajgceoopmddgjnoigbmaj |
URL Oficial | https://chrome.google.com/webstore/detail/salat-reminder/enhkmijhppoajgceoopmddgjnoigbmaj |
Descripción | Notify user of the time for salat |
Tamaño del Archivo | 3.87 MB |
Cantidad de Instalaciones | 162 |
Versión Actual | 0.0.7 |
Última Actualización | 2020-03-02 |
Fecha de Publicación | 2020-03-02 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | Jubrilissa |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } } |