Salati

Get Accurate Prayer times

¿Qué es Salati?

Salati es una extensión de Chrome desarrollada por slimane_akalia, y su función principal es "Get Accurate Prayer times".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Salati

Descarga archivos de extensión Salati en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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)                    

Información Básica de la Extensión

Nombre Salati Salati
ID clflmbgbggkknajgoklfoalmeiidfnfh
URL Oficial https://chrome.google.com/webstore/detail/salati/clflmbgbggkknajgoklfoalmeiidfnfh
Descripción Get Accurate Prayer times
Tamaño del Archivo 451 KB
Cantidad de Instalaciones 55
Versión Actual 1.0.4.8
Última Actualización 2017-08-09
Fecha de Publicación 2017-08-09
Calificación 2.00/5 Total de 2 Calificaciones
Desarrollador slimane_akalia
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}