Salati

Get Accurate Prayer times

Salati là gì?

Salati là một tiện ích mở rộng Chrome được phát triển bởi slimane_akalia, và tính năng chính của nó là "Get Accurate Prayer times".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Salati

Tải xuống các tệp mở rộng Salati dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Salati Salati
ID clflmbgbggkknajgoklfoalmeiidfnfh
URL Chính Thức https://chrome.google.com/webstore/detail/salati/clflmbgbggkknajgoklfoalmeiidfnfh
Mô tả Get Accurate Prayer times
Kích Thước Tệp 451 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 1.0.4.8
Cập Nhật Lần Cuối 2017-08-09
Ngày Phát Hành 2017-08-09
Đánh Giá 2.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển slimane_akalia
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}