IMDb Search with Right-Click (Context menu)
Search for movies and stars on IMDb right from your context menu
IMDb Search with Right-Click (Context menu)とは何ですか?
IMDb Search with Right-Click (Context menu)はKD Appsによって開発されたChromeの拡張機能で、その主な機能は「Search for movies and stars on IMDb right from your context menu」です。
拡張機能のスクリーンショット
IMDb Search with Right-Click (Context menu)拡張機能のCRXファイルをダウンロード
IMDb Search with Right-Click (Context menu)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Are you tired of copy-pasting movie titles to search them on IMDb?
This small add-on gives you an option in your context menu to search for the highlighted text on IMDb. Every search opens in new tab. The whole add-on is just 10 KB and contains minimal code to operate. 拡張機能の基本情報
| 名前 | |
| ID | ajdcnpadnecmalafppbhgbncfpfbjkif |
| 公式URL | https://chromewebstore.google.com/detail/imdb-search-with-right-cl/ajdcnpadnecmalafppbhgbncfpfbjkif |
| 説明 | Search for movies and stars on IMDb right from your context menu |
| ファイルサイズ | 434 KB |
| インストール数 | 154 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2020-05-18 |
| 公開日 | 2020-05-17 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | KD Apps |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "IMDb Search with Right-Click (Context menu)",
"version": "1.2",
"description": "Search for movies and stars on IMDb right from your context menu",
"permissions": [
"contextMenus"
],
"manifest_version": 2,
"icons": {
"128": "appicon.png",
"180": "icon.png"
},
"background": {
"scripts": [
"eventPage.js"
]
}
} | |