Right-Click Search IMDb
Quickly search for highlighted text on IMDb via right-click
Vad är Right-Click Search IMDb?
Right-Click Search IMDb är en Chrome-tillägg utvecklad av Burt, och dess huvudfunktion är "Quickly search for highlighted text on IMDb via right-click".
Tilläggsskärmbilder
Ladda ner Right-Click Search IMDb-förlängningens CRX-fil
Ladda ner Right-Click Search IMDb-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | cbchccggcmgoabfolahgafbfapoejkcn |
| Officiell webbadress | https://chromewebstore.google.com/detail/right-click-search-imdb/cbchccggcmgoabfolahgafbfapoejkcn |
| Beskrivning | Quickly search for highlighted text on IMDb via right-click |
| Filstorlek | 378 KB |
| Antal Installationer | 7,755 |
| Aktuell Version | 2.1 |
| Senast Uppdaterad | 2022-06-16 |
| Publiceringsdatum | 2015-07-10 |
| Betyg | 4.73/5 Totalt 51 Betyg |
| Utvecklare | Burt |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |