Right-Click Search IMDbPro

Quickly search for highlighted text on IMDbPro via right-click

Wat is Right-Click Search IMDbPro?

Right-Click Search IMDbPro is een Chrome-extensie ontwikkeld door Burt, en de belangrijkste functie is "Quickly search for highlighted text on IMDbPro via right-click".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Right-Click Search IMDbPro

Download Right-Click Search IMDbPro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This simple extension adds an IMDbPro search for any text you highlight to the right-click menu.

If you see a name, title, etc that you want to look up on IMDbPro, just highlight the text, right click, and select "Search IMDbPro 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.

You need to have an active IMDbPro account for the search to work. 

The extension "Right-Click Search IMDb" is available if you want to search IMDb. Install both if you want both search options.                    

Basisinformatie over de Extensie

Naam Right-Click Search IMDbPro Right-Click Search IMDbPro
ID ejogadicddegffgnakifogkefmafkmdo
Officiële URL https://chromewebstore.google.com/detail/right-click-search-imdbpr/ejogadicddegffgnakifogkefmafkmdo
Beschrijving Quickly search for highlighted text on IMDbPro via right-click
Bestandsgrootte 379 KB
Aantal Installaties 45
Huidige Versie 2.1
Laatst Bijgewerkt 2022-06-16
Publicatiedatum 2015-07-10
Ontwikkelaar Burt
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right-Click Search IMDbPro",
    "description": "Quickly search for highlighted text on IMDbPro via right-click",
    "version": "2.1",
    "icons": {
        "16": "imdbpro-icon.png",
        "48": "imdbpro-icon-big.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "activeTab"
    ],
    "manifest_version": 3
}