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
公式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'"
}