IMDB Focus
This extension automatically focuses the IMDB.com search field as soon as you enter the site
IMDB Focus란 무엇입니까?
IMDB Focus은(는) mogglas.maps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension automatically focuses the IMDB.com search field as soon as you enter the site"입니다.
IMDB Focus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is just a one line js chrome extension, but it solves a big pet peeve of mine. It automatically focuses the search field when entering the IMDB.com site. 99.9 times out of a 100 i enter IMDB.com with the intention of searching for a specific actor, TV-series or movie. This extension is for all of you that, like me, don't feel like moving your hands away from the keyboard and using the mouse just to click that annoying search field to activate it.
확장 프로그램 기본 정보
이름 | |
ID | cehmjpipcfgpblpfoejhenelmdcjppgk |
공식 URL | https://chrome.google.com/webstore/detail/imdb-focus/cehmjpipcfgpblpfoejhenelmdcjppgk |
설명 | This extension automatically focuses the IMDB.com search field as soon as you enter the site |
파일 크기 | 35.01 KB |
설치 횟수 | 15 |
현재 버전 | 1.0 |
최근 업데이트 | 2013-06-13 |
출시 날짜 | 2013-06-13 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | mogglas.maps |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IMDB Focus", "description": "This extension automatically focuses the IMDB.com search field as soon as you enter the site", "version": "1.0", "permissions": [ "http:\/\/www.imdb.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/www.imdb.com\/" ], "js": [ "jquery.js", "focus.js" ] } ] } |