Right-Click Search IMDb
Quickly search for highlighted text on IMDb via right-click
What is Right-Click Search IMDb?
Right-Click Search IMDb is a Chrome extension developed by Burt, and its main feature is "Quickly search for highlighted text on IMDb via right-click".
Extension Screenshots
Download Right-Click Search IMDb Extension CRX File
Download Right-Click Search IMDb extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Right-Click Search IMDb |
ID | cbchccggcmgoabfolahgafbfapoejkcn |
Official URL | https://chromewebstore.google.com/detail/right-click-search-imdb/cbchccggcmgoabfolahgafbfapoejkcn |
Description | Quickly search for highlighted text on IMDb via right-click |
File Size | 378 KB |
Installation Count | 7,755 |
Current Version | 2.1 |
Last Updated | 2022-06-16 |
Publish Date | 2015-07-10 |
Rating | 4.73/5 Total 51 Ratings |
Developer | Burt |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |