Prayer Times Chrome Extension

Easily access prayer times and see how much time is left until next prayers.

Τι είναι το Prayer Times Chrome Extension;

Το Prayer Times Chrome Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://smartazanclock.com, και η κύρια λειτουργία του είναι "Easily access prayer times and see how much time is left until next prayers.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Prayer Times Chrome Extension

Λήψη αρχείων επέκτασης Prayer Times Chrome Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ✔️ Free, lightweight and open source: github.com/smartazanclock/ptx

✔️ Displays prayer times based on your location or any location you enter.

✔️ Icon shows remaining time and turns red in the last hour (can be turned off).

✔️ Works silently, does not call adhan. 

✔️ Handles DST (Daylight Savings Time) changes automatically.

✔️ Displays remaining time for iftar during Ramadan.

✔️ Offsets can be defined for each prayer time and the Hijri date. 

✔️ Hanafi Madhhab late Asr time option is available. 

✔️ Displays one-third, midnight and last-one-third indicators during Isha.

Following calculation methods are available:

• Islamic Society of North America
• Muslim World League
• Egyptian General Authority of Survey
• Umm Al-Qura University, Makkah
• Türkiye Diyanet İşleri Başkanlığı
• Algerian Ministry of Religous Affairs
• Tunisian Ministry of Religous Affairs
• France UOIF - 12 Degrees Angle
• France - 18 Degrees Angle
• Jabatan Kemajuan Islam Malaysia (JAKIM)
• Kementrian Agama Indonesia (KEMENAG)
• London Unified Islamic Prayer Timetable
• Majlis Ugama Islam Singapura
• Moon Sighting Committee
• United Arab Emirates (UAE) / Dubai
• University of Islamic Sciences, Karachi
• University of Tehran 

Extension uses praytimes.org javascript library for calculations.

We hope, inshaAllah, that it helps you organize your day better and you never miss a prayer! 

🕋 🕌 🌷 🤲 

If you are interested in setting up an adhan clock for yourself please check out smartazanclock.com. It's a free service.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Prayer Times Chrome Extension Prayer Times Chrome Extension
ID fbkmgnkliklgbmanjkmiihkdioepnkce
Επίσημο URL https://chromewebstore.google.com/detail/prayer-times-chrome-exten/fbkmgnkliklgbmanjkmiihkdioepnkce
Περιγραφή Easily access prayer times and see how much time is left until next prayers.
Μέγεθος Αρχείου 158 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 0.0.1.51
Τελευταία Ενημέρωση 2024-02-21
Ημερομηνία Δημοσίευσης 2020-07-04
Αξιολόγηση 4.85/5 Συνολικά 147 Αξιολογήσεις
Προγραμματιστής https://smartazanclock.com
Ηλεκτρονικό ταχυδρομείο smartazanclock@gmail.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://smartazanclock.com
Διεύθυνση URL της Σελίδας Βοήθειας https://smartazanclock.com
URL της Σελίδας Πολιτικής Απορρήτου https://smartazanclock.com/privacy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,fr,nl,vi,tr,es,it,pl,pt-BR,pt-PT,sv,ru,uk,fa,hi,bn,ta,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "version": "0.0.1.51",
    "default_locale": "en",
    "description": "__MSG_description__",
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/smartazanclock.com\/"
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "minimum_chrome_version": "88",
    "action": {
        "default_title": "__MSG_short_name__",
        "default_popup": "index.html",
        "default_icon": {
            "128": "images\/icons\/128.png"
        }
    },
    "icons": {
        "128": "images\/icons\/128.png"
    }
}