Salat Reminder
Notify user of the time for salat
O que é Salat Reminder?
Salat Reminder é uma extensão do Chrome desenvolvida por Jubrilissa, e sua principal característica é "Notify user of the time for salat".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Salat Reminder
Baixe arquivos de extensão Salat Reminder 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
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]
Informações Básicas da Extensão
Nome | |
ID | enhkmijhppoajgceoopmddgjnoigbmaj |
URL Oficial | https://chrome.google.com/webstore/detail/salat-reminder/enhkmijhppoajgceoopmddgjnoigbmaj |
Descrição | Notify user of the time for salat |
Tamanho do Arquivo | 3.87 MB |
Contagem de Instalações | 162 |
Versão Atual | 0.0.7 |
Última Atualização | 2020-03-02 |
Data de Publicação | 2020-03-02 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | Jubrilissa |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } } |