Salati
Get Accurate Prayer times
O que é Salati?
Salati é uma extensão do Chrome desenvolvida por slimane_akalia, e sua principal característica é "Get Accurate Prayer times".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Salati
Baixe arquivos de extensão Salati no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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)
Informações Básicas da Extensão
Nome | |
ID | clflmbgbggkknajgoklfoalmeiidfnfh |
URL Oficial | https://chrome.google.com/webstore/detail/salati/clflmbgbggkknajgoklfoalmeiidfnfh |
Descrição | Get Accurate Prayer times |
Tamanho do Arquivo | 451 KB |
Contagem de Instalações | 55 |
Versão Atual | 1.0.4.8 |
Última Atualização | 2017-08-09 |
Data de Publicação | 2017-08-09 |
Classificação | 2.00/5 Total de 2 Avaliações |
Desenvolvedor | slimane_akalia |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |