Salati

Get Accurate Prayer times

Co je Salati?

Salati je rozšíření Chrome vyvinuté slimane_akalia, a jeho hlavní funkcí je „Get Accurate Prayer times“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Salati

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

                        Salati is an extension that shows the prayer times for muslims.
In a prayer time Salati push a text notification, plays adhan and execute some actions (block internet or close browser), all this can be configured by the user using a simple user interface.

Note : After adding Salati to chrome you should restart completely the browser (close chrome from background)                    

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

Název Salati Salati
ID clflmbgbggkknajgoklfoalmeiidfnfh
Oficiální URL https://chrome.google.com/webstore/detail/salati/clflmbgbggkknajgoklfoalmeiidfnfh
Popis Get Accurate Prayer times
Velikost souboru 451 KB
Počet instalací 55
Aktuální Verze 1.0.4.8
Poslední Aktualizace 2017-08-09
Datum Vydání 2017-08-09
Hodnocení 2.00/5 Celkem 2 Hodnocení
Vývojář slimane_akalia
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": "Salati",
    "short_name": "Salati",
    "description": "Get Accurate Prayer times",
    "version": "1.0.4.8",
    "permissions": [
        "alarms",
        "notifications",
        "background",
        "tts",
        "storage",
        "geolocation",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequestBlocking",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/PrayTimes.js",
            "js\/jquery-3.2.1.min.js",
            "js\/constants.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "res\/logo.png",
        "default_popup": "pages\/popup.html"
    },
    "web_accessible_resources": [
        "res\/logo.png"
    ]
}