IMDB Search

Add 'imdb' keyword to omnibox for searching on IMDB, with immediate search suggestions!

IMDB Search란 무엇입니까?

IMDB Search은(는) Rob W에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add 'imdb' keyword to omnibox for searching on IMDB, with immediate search suggestions!"입니다.

확장 프로그램 스크린샷

screenshot

IMDB Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Type "imdb " and you can directly search on the Internet Movie Database (IMDb). While typing, search results are immediately displayed. These search results are identical to the results of the search box at the IMDb homepage.

If you press Enter without choosing a suggestion, the full search result page is shown.

Only movies are suggested (no series or TV shows). If you want an option to also see series or TV shows, contact me and I'll add it.

---

This extension respects your privacy and only asks for the minimal permissions to operate correctly. All requests to imdb.com are anonymous (=without cookies) and search results are temporarily cached to avoid unnecessary network requests.

This extension is not affiliated with IMDb. IMDb is a trademark of IMDb.com, Inc.

---

Version history:
- 28 november 2015 - first release
- 25 march 2018 - Use HTTPS instead of HTTP to connect with IMDB.                    

확장 프로그램 기본 정보

이름 IMDB Search IMDB Search
ID cbongpcdgehbfeajgkndgkbdkkfdmdik
공식 URL https://chromewebstore.google.com/detail/imdb-search/cbongpcdgehbfeajgkndgkbdkkfdmdik
설명 Add 'imdb' keyword to omnibox for searching on IMDB, with immediate search suggestions!
파일 크기 8.25 KB
설치 횟수 613
현재 버전 2
최근 업데이트 2018-03-25
출시 날짜 2018-03-25
평점 3.67/5 총 9 개의 평점
개발자 Rob W
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://robwu.nl
개인정보 보호 정책 페이지 URL https://robwu.nl/privacy/cws
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMDB Search",
    "description": "Add 'imdb' keyword to omnibox for searching on IMDB, with immediate search suggestions!",
    "version": "2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "omnibox": {
        "keyword": "imdb"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "permissions": [
        "*:\/\/*.imdb.com\/*",
        "*:\/\/*.media-imdb.com\/*"
    ]
}