El Toro
Find the movies of your choice with El Toro!
什么是El Toro?
El Toro是由christer.evenius开发的Chrome扩展程序,该扩展的主要功能是“Find the movies of your choice with El Toro!”。
扩展截图
下载El Toro扩展crx文件
下载El Toro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This page extension add a button to the address bar when visiting the site imdb.com. Pick a movie, press the El Toro button and a google search with further information shows up in your browser.
扩展基本信息
名称 | |
ID | mieggnccpkbgbgoleiofmaloheiiahbe |
官方URL | https://chromewebstore.google.com/detail/el-toro/mieggnccpkbgbgoleiofmaloheiiahbe |
简介 | Find the movies of your choice with El Toro! |
文件大小 | 69.56 KB |
安装次数 | 60 |
当前版本 | 1.4.1 |
更新时间 | 2013-11-01 |
上架时间 | 2013-11-01 |
评分 | 5.00/5 共2次评分 |
开发者 | christer.evenius |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "El Toro", "version": "1.4.1", "manifest_version": 2, "description": "Find the movies of your choice with El Toro!", "icons": { "16": "images\/el_toro_logo.png", "48": "images\/el_toro_logo.png", "128": "images\/el_toro_logo.png" }, "options_page": "options.html", "page_action": { "default_icon": "images\/el_toro_logo.png", "default_title": "El Toro" }, "background": { "persistent": true, "page": "background.html" }, "permissions": [ "tabs", "http:\/\/www.imdb.com\/*" ] } |