Salati
Get Accurate Prayer times
Wat is Salati?
Salati is een Chrome-extensie ontwikkeld door slimane_akalia, en de belangrijkste functie is "Get Accurate Prayer times".
Extensie Screenshots
Download het CRX-bestand van de extensie Salati
Download Salati-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
Salati is an extension that shows the prayer times for muslims. In a prayer time Salati push a text notification, plays adhan and execute some actions (block internet or close browser), all this can be configured by the user using a simple user interface. Note : After adding Salati to chrome you should restart completely the browser (close chrome from background)
Basisinformatie over de Extensie
Naam | |
ID | clflmbgbggkknajgoklfoalmeiidfnfh |
Officiële URL | https://chrome.google.com/webstore/detail/salati/clflmbgbggkknajgoklfoalmeiidfnfh |
Beschrijving | Get Accurate Prayer times |
Bestandsgrootte | 451 KB |
Aantal Installaties | 55 |
Huidige Versie | 1.0.4.8 |
Laatst Bijgewerkt | 2017-08-09 |
Publicatiedatum | 2017-08-09 |
Beoordeling | 2.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | slimane_akalia |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salati", "short_name": "Salati", "description": "Get Accurate Prayer times", "version": "1.0.4.8", "permissions": [ "alarms", "notifications", "background", "tts", "storage", "geolocation", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*", "webRequestBlocking", "tabs" ], "background": { "scripts": [ "js\/PrayTimes.js", "js\/jquery-3.2.1.min.js", "js\/constants.js", "js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "res\/logo.png", "default_popup": "pages\/popup.html" }, "web_accessible_resources": [ "res\/logo.png" ] } |