Ping Google And Baidu
Ping Google/Baidu to know how about my network.
什么是Ping Google And Baidu?
Ping Google And Baidu是由https://deepext.com开发的Chrome扩展程序,该扩展的主要功能是“Ping Google/Baidu to know how about my network.”。
扩展截图
下载Ping Google And Baidu扩展crx文件
下载Ping Google And Baidu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
One-click to known if I can connect Google or Baidu (and more).
Features:
1. ping google in the background
2. show network status in the browser icon.
3. open popup page to know detail ping message, include speed!
4. support ping google/baidu/facebook/github.
Have Fun! 扩展基本信息
| 名称 | |
| ID | gmnjjeoeaekefbibmoeikohhokgckgcl |
| 官方URL | https://chromewebstore.google.com/detail/ping-google-and-baidu/gmnjjeoeaekefbibmoeikohhokgckgcl |
| 简介 | Ping Google/Baidu to know how about my network. |
| 文件大小 | 281 KB |
| 安装次数 | 39 |
| 当前版本 | 0.2.2 |
| 更新时间 | 2022-01-04 |
| 上架时间 | 2021-10-18 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://deepext.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ping Google And Baidu",
"description": "Ping Google\/Baidu to know how about my network.",
"version": "0.2.2",
"browser_action": {
"default_popup": "popup\/index.html",
"default_title": "Ping Google\/Baidu to know how about my network."
},
"icons": {
"16": "popup\/wifi-3-16.png",
"48": "popup\/wifi-3-48.png",
"128": "popup\/wifi-3-128.png"
},
"background": {
"page": "bg.html",
"persistent": false
},
"web_accessible_resources": [
"assets\/*",
"popup\/index.html"
],
"permissions": [
"tabs",
"storage"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/*.googleapis.com 'unsafe-eval'; object-src 'self'; connect-src https:\/\/*.digitaloceanspaces.com\/ https:\/\/*.google.com\/ https:\/\/*.baidu.com\/ https:\/\/deepext.com\/ https:\/\/ssl.google-analytics.com\/; style-src * 'unsafe-inline' 'self' blob:; img-src * 'self' data: https:;"
} | |