IsSiteDown

Quickly check if any website you visit is down for all or just for you

IsSiteDownคืออะไร?

IsSiteDown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย moshegarsia11 และคุณลักษณะหลักของมันคือ "Quickly check if any website you visit is down for all or just for you"

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

screenshot

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

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

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

                        It happens to everyone. You visit your favorite site and it is in-accessible for an unknown reason. This extension will be able to tell you if the site is down only for you or for the rest of the users as well.                    

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

ชื่อ IsSiteDown IsSiteDown
ID kooffnfkegofkpjbmmejkokacgjpbfic
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/issitedown/kooffnfkegofkpjbmmejkokacgjpbfic
คำอธิบาย Quickly check if any website you visit is down for all or just for you
ขนาดไฟล์ 14.03 KB
จำนวนการติดตั้ง 4,963
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2015-05-22
วันที่เผยแพร่ 2015-05-22
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา moshegarsia11
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "IsSiteDown"
    },
    "name": "IsSiteDown",
    "description": "Quickly check if any website you visit is down for all or just for you",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}