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文件
下载IMDB Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } |