Salat Reminder

Notify user of the time for salat

Salat Reminderคืออะไร?

Salat Reminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jubrilissa และคุณลักษณะหลักของมันคือ "Notify user of the time for salat"

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

screenshot

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

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

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

                        Salat reminder notifies you when it's time for salat in your location in a new Tab. Creating a new Tab with image and message for the current salat (prayer)

Feedback and suggestions are welcome. If you have any feedback or suggestion kindly send an email to [email protected]                    

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

ชื่อ Salat Reminder Salat Reminder
ID enhkmijhppoajgceoopmddgjnoigbmaj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/salat-reminder/enhkmijhppoajgceoopmddgjnoigbmaj
คำอธิบาย Notify user of the time for salat
ขนาดไฟล์ 3.87 MB
จำนวนการติดตั้ง 162
เวอร์ชันปัจจุบัน 0.0.7
อัปเดตครั้งล่าสุด 2020-03-02
วันที่เผยแพร่ 2020-03-02
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Jubrilissa
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Salat Reminder",
    "short_name": "Salat Reminder",
    "description": "Notify user of the time for salat",
    "version": "0.0.7",
    "icons": {
        "16": "images\/favicon-16.png",
        "48": "images\/favicon-57.png",
        "128": "images\/favicon-128.png"
    },
    "browser_action": {
        "default_title": "Salat Reminder for chrome",
        "default_icon": "favicon.ico"
    },
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "geolocation"
    ],
    "background": {
        "scripts": [
            "js\/activity_popup.js",
            "js\/chrome_listeners.js"
        ]
    }
}