Salati

Get Accurate Prayer times

Cos'è Salati?

Salati è un'estensione di Chrome sviluppata da slimane_akalia, e la sua funzione principale è "Get Accurate Prayer times".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Salati

Scarica i file di estensione Salati in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Salati Salati
ID clflmbgbggkknajgoklfoalmeiidfnfh
URL Ufficiale https://chrome.google.com/webstore/detail/salati/clflmbgbggkknajgoklfoalmeiidfnfh
Descrizione Get Accurate Prayer times
Dimensione del File 451 KB
Conteggio Installazioni 55
Versione Corrente 1.0.4.8
Ultimo Aggiornamento 2017-08-09
Data di Pubblicazione 2017-08-09
Valutazione 2.00/5 Totale 2 Valutazioni
Sviluppatore slimane_akalia
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}