Salah Tracker: Your daily prayer companion

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

Was ist Salah Tracker: Your daily prayer companion?

Salah Tracker: Your daily prayer companion ist eine Chrome-Erweiterung, die von talha2k entwickelt wurde, und ihr Hauptmerkmal ist "Track your daily Salah with ease, get prayer timings, and mark your progress seamlessly.".

Erweiterungsscreenshots

screenshot
screenshot

Salah Tracker: Your daily prayer companion-Erweiterungs-CRX-Datei herunterladen

Laden Sie Salah Tracker: Your daily prayer companion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Salah Tracker: Your daily prayer companion Salah Tracker: Your daily prayer companion
ID ipiklipeleggeogclejmciodojjeaicf
Offizielle URL https://chromewebstore.google.com/detail/salah-tracker-your-daily/ipiklipeleggeogclejmciodojjeaicf
Beschreibung Track your daily Salah with ease, get prayer timings, and mark your progress seamlessly.
Dateigröße 5.19 MB
Installationsanzahl 76
Aktuelle Version 1.0
Letztes Update 2023-10-10
Veröffentlichungsdatum 2023-10-10
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler talha2k
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
        }
    ]
}