IMDB Movie Search
A little plugin that implements the imdb movie search
什么是IMDB Movie Search?
IMDB Movie Search是由[email protected]开发的Chrome扩展程序,该扩展的主要功能是“A little plugin that implements the imdb movie search”。
扩展截图
下载IMDB Movie Search扩展crx文件
下载IMDB Movie Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to directly search of movies including their ratings.
扩展基本信息
名称 | |
ID | ojfnkigdiebjkhecbghkjggkhaekjdie |
官方URL | https://chrome.google.com/webstore/detail/imdb-movie-search/ojfnkigdiebjkhecbghkjggkhaekjdie |
简介 | A little plugin that implements the imdb movie search |
文件大小 | 118 KB |
安装次数 | 368 |
当前版本 | 1.0.4 |
更新时间 | 2013-05-10 |
上架时间 | 2013-05-10 |
评分 | 4.75/5 共8次评分 |
开发者 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IMDB Movie Search", "version": "1.0.4", "manifest_version": 2, "description": "A little plugin that implements the imdb movie search", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon.png" }, "permissions": [ "storage", "http:\/\/sg.media-imdb.com\/suggests\/*\/", "http:\/\/www.imdb.com\/title\/*\/", "http:\/\/ia.media-imdb.com\/images\/*\/" ] } |