Salat Reminder

Notify user of the time for salat

Co to jest Salat Reminder?

Salat Reminder to rozszerzenie Chrome opracowane przez Jubrilissa, a jego główną funkcją jest „Notify user of the time for salat”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Salat Reminder

Pobierz pliki rozszerzeń Salat Reminder 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

                        Salat reminder notifies you when it's time for salat in your location in a new Tab. Creating a new Tab with image and message for the current salat (prayer)

Feedback and suggestions are welcome. If you have any feedback or suggestion kindly send an email to [email protected]                    

Podstawowe informacje o rozszerzeniu

Nazwa Salat Reminder Salat Reminder
ID enhkmijhppoajgceoopmddgjnoigbmaj
Oficjalny URL https://chrome.google.com/webstore/detail/salat-reminder/enhkmijhppoajgceoopmddgjnoigbmaj
Opis Notify user of the time for salat
Rozmiar pliku 3.87 MB
Liczba instalacji 162
Aktualna Wersja 0.0.7
Ostatnia Aktualizacja 2020-03-02
Data Publikacji 2020-03-02
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Jubrilissa
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Salat Reminder",
    "short_name": "Salat Reminder",
    "description": "Notify user of the time for salat",
    "version": "0.0.7",
    "icons": {
        "16": "images\/favicon-16.png",
        "48": "images\/favicon-57.png",
        "128": "images\/favicon-128.png"
    },
    "browser_action": {
        "default_title": "Salat Reminder for chrome",
        "default_icon": "favicon.ico"
    },
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "geolocation"
    ],
    "background": {
        "scripts": [
            "js\/activity_popup.js",
            "js\/chrome_listeners.js"
        ]
    }
}