Gfycat Hoverzoom
When you hover with your mouse over a gfycat link you'll see the video popup and play. Much like HoverZoom for a gif.
Gfycat Hoverzoomคืออะไร?
Gfycat Hoverzoom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ubershmekel และคุณลักษณะหลักของมันคือ "When you hover with your mouse over a gfycat link you'll see the video popup and play. Much like HoverZoom for a gif."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gfycat Hoverzoom
ดาวน์โหลดไฟล์ส่วนขยาย Gfycat Hoverzoom ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pros on reddit don't click, they hover. This works for all images including gifs but not gfycat gifs. That's what this extension is here to solve until hoverzoom officially supports gfycat. When you hover with your mouse over a gfycat link on reddit you'll see the video popup and play. Much like HoverZoom for a gif. I recommend you test it out at http://www.reddit.com/domain/gfycat.com Source at https://github.com/ubershmekel/gfycat_hoverzoom
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pbepgahpbllaochgojndemodnfedeojh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/gfycat-hoverzoom/pbepgahpbllaochgojndemodnfedeojh |
คำอธิบาย | When you hover with your mouse over a gfycat link you'll see the video popup and play. Much like HoverZoom for a gif. |
ขนาดไฟล์ | 90.59 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 2 |
อัปเดตครั้งล่าสุด | 2014-01-12 |
วันที่เผยแพร่ | 2014-01-12 |
คะแนน | 3.50/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | ubershmekel |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gfycat Hoverzoom", "short_name": "Gfycat Hover", "version": "2", "manifest_version": 2, "minimum_chrome_version": "26.0", "description": "When you hover with your mouse over a gfycat link you'll see the video popup and play. Much like HoverZoom for a gif.", "background": { "scripts": [] }, "homepage_url": "http:\/\/gfycat.com", "content_scripts": [ { "matches": [ "http:\/\/reddit.com\/*", "https:\/\/reddit.com\/*", "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "js": [ "jquery-2.0.3.js", "gfyajax-0.517d.js", "gfycat_hoverzoom.user.js" ], "css": [] } ], "web_accessible_resources": [], "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "cookies", "tabs", "history", "http:\/\/reddit.com\/*", "https:\/\/reddit.com\/*", "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*", "http:\/\/redditgifts.com\/*", "http:\/\/api.twitter.com\/*" ], "optional_permissions": [ "https:\/\/api.twitter.com\/*" ] } |