Right-Click Search IMDbPro

Quickly search for highlighted text on IMDbPro via right-click

Cos'è Right-Click Search IMDbPro?

Right-Click Search IMDbPro è un'estensione di Chrome sviluppata da Burt, e la sua funzione principale è "Quickly search for highlighted text on IMDbPro via right-click".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Right-Click Search IMDbPro

Scarica i file di estensione Right-Click Search IMDbPro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Right-Click Search IMDbPro Right-Click Search IMDbPro
ID ejogadicddegffgnakifogkefmafkmdo
URL Ufficiale https://chromewebstore.google.com/detail/right-click-search-imdbpr/ejogadicddegffgnakifogkefmafkmdo
Descrizione Quickly search for highlighted text on IMDbPro via right-click
Dimensione del File 379 KB
Conteggio Installazioni 45
Versione Corrente 2.1
Ultimo Aggiornamento 2022-06-16
Data di Pubblicazione 2015-07-10
Sviluppatore Burt
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}