Prayer Times
Easily access prayer times and see how much time is left until next prayers.
Co to jest Prayer Times?
Prayer Times to rozszerzenie Chrome opracowane przez agayevelcinn, a jego główną funkcją jest „Easily access prayer times and see how much time is left until next prayers.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Prayer Times
Pobierz pliki rozszerzeń Prayer Times 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
Showing praying times and also added Azerbaijan praying times.
Podstawowe informacje o rozszerzeniu
Nazwa | Prayer Times |
ID | bdldcfbncdeknajlcbgacejmpahomjlf |
Oficjalny URL | https://chromewebstore.google.com/detail/prayer-times/bdldcfbncdeknajlcbgacejmpahomjlf |
Opis | Easily access prayer times and see how much time is left until next prayers. |
Rozmiar pliku | 442 KB |
Liczba instalacji | 18 |
Aktualna Wersja | 2.0.0 |
Ostatnia Aktualizacja | 2023-03-28 |
Data Publikacji | 2022-11-14 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | agayevelcinn |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |