IMDB - Big images on hover
Display big image while hovering Movie/actor/character links.
IMDB - Big images on hover란 무엇입니까?
IMDB - Big images on hover은(는) Shebo6에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display big image while hovering Movie/actor/character links."입니다.
확장 프로그램 스크린샷
IMDB - Big images on hover 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
No more squinting at 16px actor's photo! Improve your IMDB experience with this plugin and save a few clicks on the way! Display big images while hovering thumbnails/links. Big images works for movie, actors and characters links. Please contact me about ideas for new features or if you stumbled upon the occasional bug.
확장 프로그램 기본 정보
이름 | |
ID | phijfjljgflgbpkcehlohliegbieobaj |
공식 URL | https://chrome.google.com/webstore/detail/imdb-big-images-on-hover/phijfjljgflgbpkcehlohliegbieobaj |
설명 | Display big image while hovering Movie/actor/character links. |
파일 크기 | 127 KB |
설치 횟수 | 51 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2016-06-21 |
출시 날짜 | 2016-06-21 |
평점 | 1.50/5 총 2 개의 평점 |
개발자 | Shebo6 |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "background" ], "content_scripts": [ { "matches": [ "http:\/\/*.imdb.com\/*" ], "js": [ "scripts\/jquery-2.1.4.min.js", "scripts\/contentscript.js" ] } ] } |