Salat Reminder
Notify user of the time for salat
Qu'est-ce que Salat Reminder ?
Salat Reminder est une extension Chrome développée par Jubrilissa, et sa fonction principale est "Notify user of the time for salat".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Salat Reminder
Téléchargez les fichiers d'extension Salat Reminder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | |
ID | enhkmijhppoajgceoopmddgjnoigbmaj |
URL Officiel | https://chrome.google.com/webstore/detail/salat-reminder/enhkmijhppoajgceoopmddgjnoigbmaj |
Description | Notify user of the time for salat |
Taille du Fichier | 3.87 MB |
Nombre d'Installations | 162 |
Version Actuelle | 0.0.7 |
Dernière Mise à Jour | 2020-03-02 |
Date de Publication | 2020-03-02 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Jubrilissa |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |