Salaat - Prayer Times
A simple app that displays daily prayer times for a selected your city and country.
O que é Salaat - Prayer Times?
Salaat - Prayer Times é uma extensão do Chrome desenvolvida por Yeti7554, e sua principal característica é "A simple app that displays daily prayer times for a selected your city and country.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Salaat - Prayer Times
Baixe arquivos de extensão Salaat - Prayer Times 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
A simple extension that displays daily prayer times for your city and country. Lets stay on top of our Salaat! Features: - Auto location detection - Location based Salaat times - Selectable prayer calculation method Please give leave us a review and email us any suggestions you have and we would be happy to help. You can donate to support development on this chrome extension. We do not store your location or device information and our source code is available if you would like to ensure that we are using your data ethically. Contact form: https://forms.gle/2ME4Aq1DxfaecRda6
Informações Básicas da Extensão
Nome | Salaat - Prayer Times |
ID | abdmibnfefhnpmcjbekbdlmhfhajfdkb |
URL Oficial | https://chromewebstore.google.com/detail/salaat-prayer-times/abdmibnfefhnpmcjbekbdlmhfhajfdkb |
Descrição | A simple app that displays daily prayer times for a selected your city and country. |
Tamanho do Arquivo | 105 KB |
Contagem de Instalações | 30 |
Versão Atual | 0.6.1 |
Última Atualização | 2023-05-14 |
Data de Publicação | 2023-04-28 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Yeti7554 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Salaat - Prayer Times", "version": "0.6.1", "description": "A simple app that displays daily prayer times for a selected your city and country.", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "action": { "default_icon": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "default_popup": "index.html" }, "host_permissions": [ "https:\/\/geocode.xyz\/*", "https:\/\/api.aladhan.com\/v1\/timingsByCity" ], "permissions": [ "geolocation" ] } |