Internet Connection Test

Test Your Internet Connection With The Click Of A Button.

Internet Connection Testคืออะไร?

Internet Connection Test เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yonih2001 และคุณลักษณะหลักของมันคือ "Test Your Internet Connection With The Click Of A Button."

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

screenshot
screenshot
screenshot

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

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

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

                                            

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

ชื่อ Internet Connection Test Internet Connection Test
ID fmepifkgaekgehkleihncpbpiaflmipc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/internet-connection-test/fmepifkgaekgehkleihncpbpiaflmipc
คำอธิบาย Test Your Internet Connection With The Click Of A Button.
ขนาดไฟล์ 1.8 MB
จำนวนการติดตั้ง 990
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2015-05-24
วันที่เผยแพร่ 2015-05-24
ผู้พัฒนา yonih2001
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Internet Connection Test",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Test Your Internet Connection With The Click Of A Button.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'"
}