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은(는) ubershmekel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |