Ping
This extension pings web sites!
什么是Ping?
Ping是由true.master.yoda开发的Chrome扩展程序,该扩展的主要功能是“This extension pings web sites!”。
扩展截图
下载Ping扩展crx文件
下载Ping扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This simple extension allows you to ping your favorite websites.
Single click to know availability and response time of any web resource!
As simple as that. Enjoy!
Changelog
- v0.5 - Background worker and Chrome notifications
- v0.4 - JSON Import/Export
- v0.3.1 - First version! 扩展基本信息
| 名称 | |
| ID | cgopjgigkebmoobiijhnkdljjehckcpg |
| 官方URL | https://chromewebstore.google.com/detail/ping/cgopjgigkebmoobiijhnkdljjehckcpg |
| 简介 | This extension pings web sites! |
| 文件大小 | 159 KB |
| 安装次数 | 3,604 |
| 当前版本 | 0.5 |
| 更新时间 | 2015-09-15 |
| 上架时间 | 2015-09-15 |
| 评分 | 4.10/5 共10次评分 |
| 开发者 | true.master.yoda |
| 付费类型 | free |
| 扩展官网 | https://github.com/ArtemSyromiatnikov/cr-ext-ping/ |
| 帮助页面URL | https://github.com/ArtemSyromiatnikov/cr-ext-ping/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ping",
"description": "This extension pings web sites!",
"version": "0.5",
"icons": {
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"background": {
"page": "bgIndex.html"
},
"browser_action": {
"default_icon": "img\/icon.png",
"default_popup": "index.html"
},
"permissions": [
"notifications",
"*:\/\/*\/"
]
} | |