Salat Reminder

Notify user of the time for salat

Co je Salat Reminder?

Salat Reminder je rozšíření Chrome vyvinuté Jubrilissa, a jeho hlavní funkcí je „Notify user of the time for salat“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Salat Reminder

Stáhněte si soubory rozšíření Salat Reminder 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í

                        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]                    

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

Název Salat Reminder Salat Reminder
ID enhkmijhppoajgceoopmddgjnoigbmaj
Oficiální URL https://chrome.google.com/webstore/detail/salat-reminder/enhkmijhppoajgceoopmddgjnoigbmaj
Popis Notify user of the time for salat
Velikost souboru 3.87 MB
Počet instalací 162
Aktuální Verze 0.0.7
Poslední Aktualizace 2020-03-02
Datum Vydání 2020-03-02
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář Jubrilissa
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}