Website Status

A simple way to monitor websites. Extension created by Ale Mohamad.

Website Statusคืออะไร?

Website Status เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ale Mohamad และคุณลักษณะหลักของมันคือ "A simple way to monitor websites. Extension created by Ale Mohamad."

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

screenshot
screenshot

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

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

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

                        A simpler way to monitor websites.

You can check the status of each of the websites that you are following.

This is a simple tool to use, so you can keep up with these websites with which you are working (or checking if other websites are working).                    

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

ชื่อ Website Status Website Status
ID heocgfngkgbdnbaobnmldjgbmmagfdpo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/website-status/heocgfngkgbdnbaobnmldjgbmmagfdpo
คำอธิบาย A simple way to monitor websites. Extension created by Ale Mohamad.
ขนาดไฟล์ 219 KB
จำนวนการติดตั้ง 270
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-11-10
วันที่เผยแพร่ 2013-11-10
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Ale Mohamad
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Status",
    "version": "1.0",
    "manifest_version": 2,
    "description": "A simple way to monitor websites. Extension created by Ale Mohamad.",
    "icons": {
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Website Status",
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "html\/main.html"
    },
    "permissions": [
        "*:\/\/*\/*",
        "storage",
        "notifications"
    ],
    "options_page": "html\/options.html"
}