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.”。
扩展截图
下载Internet Connection Test扩展crx文件
下载Internet Connection Test扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| 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'"
} | |