Salah Tracker: Your daily prayer companion

Track your daily Salah with ease, get prayer timings, and mark your progress seamlessly.

Salah Tracker: Your daily prayer companion란 무엇입니까?

Salah Tracker: Your daily prayer companion은(는) talha2k에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track your daily Salah with ease, get prayer timings, and mark your progress seamlessly."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Salah Tracker: Your daily prayer companion 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        "Salah Tracker" is your go-to daily prayer companion, meticulously designed to keep the faithful spiritually connected. This extension provides real-time Salah timings based on your geographical location, automatically integrating with the al-Adhan APIs. Stay informed with Hijri date, as well as the day's sunrise and sunset times. Its clean and modern interface allows you to effortlessly check off prayers as you complete them, ensuring you never miss a Salah, whether you're at home, work, or on the go. "Salah Tracker" harmoniously blend your daily routines with religious commitments.                    

확장 프로그램 기본 정보

이름 Salah Tracker: Your daily prayer companion Salah Tracker: Your daily prayer companion
ID ipiklipeleggeogclejmciodojjeaicf
공식 URL https://chromewebstore.google.com/detail/salah-tracker-your-daily/ipiklipeleggeogclejmciodojjeaicf
설명 Track your daily Salah with ease, get prayer timings, and mark your progress seamlessly.
파일 크기 5.19 MB
설치 횟수 76
현재 버전 1.0
최근 업데이트 2023-10-10
출시 날짜 2023-10-10
평점 5.00/5 총 1 개의 평점
개발자 talha2k
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Salah Tracker: Your daily prayer companion",
    "version": "1.0",
    "description": "Track your daily Salah with ease, get prayer timings, and mark your progress seamlessly.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "geolocation"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*.ttf"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false
        }
    ]
}