Salaat - Prayer Times
A simple app that displays daily prayer times for a selected your city and country.
Salaat - Prayer Times란 무엇입니까?
Salaat - Prayer Times은(는) Yeti7554에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple app that displays daily prayer times for a selected your city and country."입니다.
확장 프로그램 스크린샷
Salaat - Prayer Times 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Salaat - Prayer Times |
ID | abdmibnfefhnpmcjbekbdlmhfhajfdkb |
공식 URL | https://chromewebstore.google.com/detail/salaat-prayer-times/abdmibnfefhnpmcjbekbdlmhfhajfdkb |
설명 | A simple app that displays daily prayer times for a selected your city and country. |
파일 크기 | 105 KB |
설치 횟수 | 30 |
현재 버전 | 0.6.1 |
최근 업데이트 | 2023-05-14 |
출시 날짜 | 2023-04-28 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Yeti7554 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" ] } |