Right-Click Search IMDb
Quickly search for highlighted text on IMDb via right-click
Right-Click Search IMDbとは何ですか?
Right-Click Search IMDbはBurtによって開発されたChromeの拡張機能で、その主な機能は「Quickly search for highlighted text on IMDb via right-click」です。
拡張機能のスクリーンショット
Right-Click Search IMDb拡張機能のCRXファイルをダウンロード
Right-Click Search IMDb拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This simple extension adds an IMDb search for any text you highlight to the right-click menu.
If you see a name that you want to look up on IMDb, just highlight the name, right click, and select "Search IMDb for " on the menu.
The search executes in a new tab.
The extension is tiny and takes very little memory. To keep it small, there are no options.
The extension "Right-Click Search IMDbPro" is available if you want to search IMDbPro (requires IMDbPro account). Install both if you want both search options. 拡張機能の基本情報
| 名前 | |
| ID | cbchccggcmgoabfolahgafbfapoejkcn |
| 公式URL | https://chromewebstore.google.com/detail/right-click-search-imdb/cbchccggcmgoabfolahgafbfapoejkcn |
| 説明 | Quickly search for highlighted text on IMDb via right-click |
| ファイルサイズ | 378 KB |
| インストール数 | 7,755 |
| 現在のバージョン | 2.1 |
| 最終更新日 | 2022-06-16 |
| 公開日 | 2015-07-10 |
| 評価 | 4.73/5 合計 51 レビュー |
| 開発者 | Burt |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Right-Click Search IMDb",
"description": "Quickly search for highlighted text on IMDb via right-click",
"version": "2.1",
"icons": {
"16": "imdb-icon.png",
"48": "imdb-icon-big.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"contextMenus",
"notifications",
"activeTab"
],
"manifest_version": 3
} | |