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 |
官方網址 | 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\/*" ] } |