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 |
Eメール | [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\/*" ] } |