Salah Tracker: Your daily prayer companion

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

Co to jest Salah Tracker: Your daily prayer companion?

Salah Tracker: Your daily prayer companion to rozszerzenie Chrome opracowane przez talha2k, a jego główną funkcją jest „Track your daily Salah with ease, get prayer timings, and mark your progress seamlessly.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Salah Tracker: Your daily prayer companion

Pobierz pliki rozszerzeń Salah Tracker: Your daily prayer companion w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        "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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Salah Tracker: Your daily prayer companion Salah Tracker: Your daily prayer companion
ID ipiklipeleggeogclejmciodojjeaicf
Oficjalny URL https://chromewebstore.google.com/detail/salah-tracker-your-daily/ipiklipeleggeogclejmciodojjeaicf
Opis Track your daily Salah with ease, get prayer timings, and mark your progress seamlessly.
Rozmiar pliku 5.19 MB
Liczba instalacji 76
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-10-10
Data Publikacji 2023-10-10
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper talha2k
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
        }
    ]
}