Gravatar Zoom
Hover gravatar images anywhere on the web to zoom them up.
Gravatar Zoomคืออะไร?
Gravatar Zoom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Johan Sundström และคุณลักษณะหลักของมันคือ "Hover gravatar images anywhere on the web to zoom them up."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gravatar Zoom
ดาวน์โหลดไฟล์ส่วนขยาย Gravatar Zoom ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aandleloebomjamhnmlomlcodbmhoenh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/gravatar-zoom/aandleloebomjamhnmlomlcodbmhoenh |
คำอธิบาย | Hover gravatar images anywhere on the web to zoom them up. |
ขนาดไฟล์ | 45.06 KB |
จำนวนการติดตั้ง | 76 |
เวอร์ชันปัจจุบัน | 1.9 |
อัปเดตครั้งล่าสุด | 2012-06-08 |
วันที่เผยแพร่ | 2012-06-08 |
คะแนน | 1.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Johan Sundström |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/johan/gravatar-zoom/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.9", "manifest_version": 2, "name": "Gravatar Zoom", "homepage_url": "https:\/\/github.com\/johan\/gravatar-zoom\/", "description": "Hover gravatar images anywhere on the web to zoom them up.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "js": [ "jquery-1.7.2.min.js", "gravatar-zoom.user.js" ], "all_frames": true } ] } |