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.
擴展基本資訊
名稱 | IMDb Search with Right-Click (Context menu) |
ID | ajdcnpadnecmalafppbhgbncfpfbjkif |
官方網址 | 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" ] } } |