Salati

Get Accurate Prayer times

Qu'est-ce que Salati ?

Salati est une extension Chrome développée par slimane_akalia, et sa fonction principale est "Get Accurate Prayer times".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Salati

Téléchargez les fichiers d'extension Salati au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Salati Salati
ID clflmbgbggkknajgoklfoalmeiidfnfh
URL Officiel https://chrome.google.com/webstore/detail/salati/clflmbgbggkknajgoklfoalmeiidfnfh
Description Get Accurate Prayer times
Taille du Fichier 451 KB
Nombre d'Installations 55
Version Actuelle 1.0.4.8
Dernière Mise à Jour 2017-08-09
Date de Publication 2017-08-09
Évaluation 2.00/5 Total 2 Évaluations
Développeur slimane_akalia
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}