Ping
This extension pings web sites!
Pingคืออะไร?
Ping เป็นส่วนขยายของ Chrome ที่พัฒนาโดย true.master.yoda และคุณลักษณะหลักของมันคือ "This extension pings web sites!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ping
ดาวน์โหลดไฟล์ส่วนขยาย 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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ping |
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", "*:\/\/*\/" ] } |