Internet Connection Test

Test Your Internet Connection With The Click Of A Button.

什麼是Internet Connection Test?

Internet Connection Test是由yonih2001開發的Chrome擴展程式,該擴展的主要功能是“Test Your Internet Connection With The Click Of A Button.”。

擴展截圖

screenshot
screenshot
screenshot

下載Internet Connection Test擴展crx文件

下載Internet Connection Test擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Internet Connection Test Internet Connection Test
ID fmepifkgaekgehkleihncpbpiaflmipc
官方網址 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'"
}