IMDb Search with Right-Click (Context menu)

Search for movies and stars on IMDb right from your context menu

什么是IMDb Search with Right-Click (Context menu)?

IMDb Search with Right-Click (Context menu)是由KD Apps开发的Chrome扩展程序,该扩展的主要功能是“Search for movies and stars on IMDb right from your context menu”。

扩展截图

screenshot
screenshot

下载IMDb Search with Right-Click (Context menu)扩展crx文件

下载IMDb Search with Right-Click (Context menu)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Are you tired of copy-pasting movie titles to search them on IMDb?

This small add-on gives you an option in your context menu to search for the highlighted text on IMDb. Every search opens in new tab. The whole add-on is just 10 KB and contains minimal code to operate.                    

扩展基本信息

名称 IMDb Search with Right-Click (Context menu) IMDb Search with Right-Click (Context menu)
ID ajdcnpadnecmalafppbhgbncfpfbjkif
官方URL https://chromewebstore.google.com/detail/imdb-search-with-right-cl/ajdcnpadnecmalafppbhgbncfpfbjkif
简介 Search for movies and stars on IMDb right from your context menu
文件大小 434 KB
安装次数 154
当前版本 1.2
更新时间 2020-05-18
上架时间 2020-05-17
评分 5.00/5 共5次评分
开发者 KD Apps
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMDb Search with Right-Click (Context menu)",
    "version": "1.2",
    "description": "Search for movies and stars on IMDb right from your context menu",
    "permissions": [
        "contextMenus"
    ],
    "manifest_version": 2,
    "icons": {
        "128": "appicon.png",
        "180": "icon.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    }
}