Prayer Times

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

Co je Prayer Times?

Prayer Times je rozšíření Chrome vyvinuté agayevelcinn, a jeho hlavní funkcí je „Easily access prayer times and see how much time is left until next prayers.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Prayer Times

Stáhněte si soubory rozšíření Prayer Times ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Showing praying times and also added Azerbaijan praying times.                    

Základní Informace o Rozšíření

Název Prayer Times Prayer Times
ID bdldcfbncdeknajlcbgacejmpahomjlf
Oficiální URL https://chromewebstore.google.com/detail/prayer-times/bdldcfbncdeknajlcbgacejmpahomjlf
Popis Easily access prayer times and see how much time is left until next prayers.
Velikost souboru 442 KB
Počet instalací 18
Aktuální Verze 2.0.0
Poslední Aktualizace 2023-03-28
Datum Vydání 2022-11-14
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář agayevelcinn
E-mail [email protected]
Typ Platby free
Podporované Jazyky en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "images\/icons\/128.png"
        },
        "default_popup": "index.html",
        "default_title": "__MSG_short_name__"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "default_locale": "tr",
    "description": "__MSG_description__",
    "host_permissions": [
        "https:\/\/prayer.azurewebsites.net\/*"
    ],
    "icons": {
        "128": "images\/icons\/128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ],
    "short_name": "__MSG_short_name__",
    "version": "2.0.0"
}