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文件

下载IMDB Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
    ]
}