Salat Reminder
Notify user of the time for salat
Wat is Salat Reminder?
Salat Reminder is een Chrome-extensie ontwikkeld door Jubrilissa, en de belangrijkste functie is "Notify user of the time for salat".
Extensie Screenshots
Download het CRX-bestand van de extensie Salat Reminder
Download Salat Reminder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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]
Basisinformatie over de Extensie
Naam | |
ID | enhkmijhppoajgceoopmddgjnoigbmaj |
Officiële URL | https://chrome.google.com/webstore/detail/salat-reminder/enhkmijhppoajgceoopmddgjnoigbmaj |
Beschrijving | Notify user of the time for salat |
Bestandsgrootte | 3.87 MB |
Aantal Installaties | 162 |
Huidige Versie | 0.0.7 |
Laatst Bijgewerkt | 2020-03-02 |
Publicatiedatum | 2020-03-02 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Jubrilissa |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |