Salat Reminder
Notify user of the time for salat
Vad är Salat Reminder?
Salat Reminder är en Chrome-tillägg utvecklad av Jubrilissa, och dess huvudfunktion är "Notify user of the time for salat".
Tilläggsskärmbilder
Ladda ner Salat Reminder-förlängningens CRX-fil
Ladda ner Salat Reminder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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]
Grundläggande Information om Tillägg
Namn | |
ID | enhkmijhppoajgceoopmddgjnoigbmaj |
Officiell webbadress | https://chrome.google.com/webstore/detail/salat-reminder/enhkmijhppoajgceoopmddgjnoigbmaj |
Beskrivning | Notify user of the time for salat |
Filstorlek | 3.87 MB |
Antal Installationer | 162 |
Aktuell Version | 0.0.7 |
Senast Uppdaterad | 2020-03-02 |
Publiceringsdatum | 2020-03-02 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | Jubrilissa |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } } |