Salati

Get Accurate Prayer times

Salatiคืออะไร?

Salati เป็นส่วนขยายของ Chrome ที่พัฒนาโดย slimane_akalia และคุณลักษณะหลักของมันคือ "Get Accurate Prayer times"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salati

ดาวน์โหลดไฟล์ส่วนขยาย Salati ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Salati Salati
ID clflmbgbggkknajgoklfoalmeiidfnfh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/salati/clflmbgbggkknajgoklfoalmeiidfnfh
คำอธิบาย Get Accurate Prayer times
ขนาดไฟล์ 451 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 1.0.4.8
อัปเดตครั้งล่าสุด 2017-08-09
วันที่เผยแพร่ 2017-08-09
คะแนน 2.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา slimane_akalia
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}