Prayer Schedule

Prayer Schedule for Muslims

Co to jest Prayer Schedule?

Prayer Schedule to rozszerzenie Chrome opracowane przez iBragimoff, a jego główną funkcją jest „Prayer Schedule for Muslims”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Prayer Schedule

Pobierz pliki rozszerzeń Prayer Schedule 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

                        Quick access to the prayer schedule from the browser

👉 Beautiful and pleasant design
👉 Automatically recognizes your location
👉 Shows a warning bar about the remaining time
👉 Adjusts the time format to suit your region
👉 There are no complicated settings, everything is simple

✍️ You can suggest new improvements by mail [email protected] or by leaving a review with your wishes                    

Podstawowe informacje o rozszerzeniu

Nazwa Prayer Schedule Prayer Schedule
ID jhnipmlpomflpekhnamaklehjakhjgnk
Oficjalny URL https://chromewebstore.google.com/detail/prayer-schedule/jhnipmlpomflpekhnamaklehjakhjgnk
Opis Prayer Schedule for Muslims
Rozmiar pliku 1.03 MB
Liczba instalacji 101
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-01-28
Data Publikacji 2022-02-24
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper iBragimoff
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/1Bragim0ff/Prayer-Schedule
Obsługiwane Języki en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prayer Schedule",
    "description": "__MSG_appDescription__",
    "version": "1.0",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "geolocation",
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "logo16.png",
            "32": "logo32.png",
            "48": "logo48.png",
            "128": "logo128.png"
        }
    },
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}