Prayer-Time

When extension is open it launch and display prayer time

Was ist Prayer-Time?

Prayer-Time ist eine Chrome-Erweiterung, die von Khalid entwickelt wurde, und ihr Hauptmerkmal ist "When extension is open it launch and display prayer time".

Erweiterungsscreenshots

screenshot
screenshot

Prayer-Time-Erweiterungs-CRX-Datei herunterladen

Laden Sie Prayer-Time-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

                        The Prayer Time Extension is a useful tool for Muslims around the world who want to keep track of their daily prayer times. Whether you are traveling for work or just want to stay on top of your religious practices, this extension is perfect for you. Simply choose your country and the extension will automatically display the correct times for Fajr, Dhuhr, Asr, Maghrib, and Isha prayers. This extension is an essential tool for Muslims who want to stay connected to their faith and make sure they are never missing a prayer. With the Prayer Time Extension, you can be sure that you are always on time for your daily prayers no matter where you are.                    

Grundlegende Informationen zur Erweiterung

Name Prayer-Time Prayer-Time
ID nodeckfkokabkobgapjinclfafjoekok
Offizielle URL https://chromewebstore.google.com/detail/prayer-time/nodeckfkokabkobgapjinclfafjoekok
Beschreibung When extension is open it launch and display prayer time
Dateigröße 750 KB
Installationsanzahl 24
Aktuelle Version 1.0.1
Letztes Update 2023-01-05
Veröffentlichungsdatum 2022-12-26
Entwickler Khalid
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": "Prayer-Time",
    "version": "1.0.1",
    "description": "When extension is open it launch and display prayer time",
    "icons": {
        "128": ".\/assets\/prayer-time-icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "geolocation"
    ],
    "action": {
        "default_icon": ".\/assets\/prayer-time-icon-128.png",
        "default_popup": "popup.html"
    }
}