IMDB Search
Add 'imdb' keyword to omnibox for searching on IMDB, with immediate search suggestions!
IMDB Searchとは何ですか?
IMDB SearchはRob Wによって開発されたChromeの拡張機能で、その主な機能は「Add 'imdb' keyword to omnibox for searching on IMDB, with immediate search suggestions!」です。
拡張機能のスクリーンショット
IMDB Search拡張機能のCRXファイルをダウンロード
IMDB Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Type "imdb " and you can directly search on the Internet Movie Database (IMDb). While typing, search results are immediately displayed. These search results are identical to the results of the search box at the IMDb homepage. If you press Enter without choosing a suggestion, the full search result page is shown. Only movies are suggested (no series or TV shows). If you want an option to also see series or TV shows, contact me and I'll add it. --- This extension respects your privacy and only asks for the minimal permissions to operate correctly. All requests to imdb.com are anonymous (=without cookies) and search results are temporarily cached to avoid unnecessary network requests. This extension is not affiliated with IMDb. IMDb is a trademark of IMDb.com, Inc. --- Version history: - 28 november 2015 - first release - 25 march 2018 - Use HTTPS instead of HTTP to connect with IMDB.
拡張機能の基本情報
名前 | IMDB Search |
ID | cbongpcdgehbfeajgkndgkbdkkfdmdik |
公式URL | https://chromewebstore.google.com/detail/imdb-search/cbongpcdgehbfeajgkndgkbdkkfdmdik |
説明 | Add 'imdb' keyword to omnibox for searching on IMDB, with immediate search suggestions! |
ファイルサイズ | 8.25 KB |
インストール数 | 613 |
現在のバージョン | 2 |
最終更新日 | 2018-03-25 |
公開日 | 2018-03-25 |
評価 | 3.67/5 合計 9 レビュー |
開発者 | Rob W |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://robwu.nl |
プライバシーポリシーページのURL | https://robwu.nl/privacy/cws |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IMDB Search", "description": "Add 'imdb' keyword to omnibox for searching on IMDB, with immediate search suggestions!", "version": "2", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "omnibox": { "keyword": "imdb" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "permissions": [ "*:\/\/*.imdb.com\/*", "*:\/\/*.media-imdb.com\/*" ] } |