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\/*" ] } |