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 |
| 官方網址 | 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",
"*:\/\/*\/"
]
} | |