IMDB Search
Search IMDB, from any web page, for selected text. Go direct to the most likely entry. Optionally go to a section e.g. Episode List
IMDB Search란 무엇입니까?
IMDB Search은(는) ls6apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search IMDB, from any web page, for selected text. Go direct to the most likely entry. Optionally go to a section e.g. Episode List"입니다.
확장 프로그램 스크린샷
IMDB Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Search IMDB by selecting text on any web page and either clicking the extension's icon or right clicking and searching from the menu. Please note: clicking the icon is not always reliable, depending on the design of the web page containing the text. To avoid opening lots of new tabs, if a tab is already open in IMDB, it will be used for the search. This can be changed by right clicking the icon and selecting the 'Create new tabs' option. IMDB will be directed to the first entry in it's list that matches the selected text. If this is not the required entry, pressing the back arrow will return to the list. The 'Go to....' menu option is available for going directly to a part of entry. Currently the only available options are to go to the Episode List or User Reviews page.
확장 프로그램 기본 정보
이름 | IMDB Search |
ID | hjlpgeeajiakhoffllbneffakgggockg |
공식 URL | https://chromewebstore.google.com/detail/imdb-search/hjlpgeeajiakhoffllbneffakgggockg |
설명 | Search IMDB, from any web page, for selected text. Go direct to the most likely entry. Optionally go to a section e.g. Episode List |
파일 크기 | 25.62 KB |
설치 횟수 | 94 |
현재 버전 | 0.0.1.0 |
최근 업데이트 | 2018-02-17 |
출시 날짜 | 2018-02-17 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | ls6apps |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IMDB Search", "description": "Search IMDB, from any web page, for selected text. Go direct to the most likely entry. Optionally go to a section e.g. Episode List", "version": "0.0.1.0", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_title": "Search IMDB", "default_icon": "icon_128x128.png" }, "icons": { "128": "icon_128x128.png" }, "permissions": [ "tabs", "activeTab", "contextMenus", "storage", "*:\/\/www.imdb.com\/*" ] } |