Right-Click Search IMDb
Quickly search for highlighted text on IMDb via right-click
Cos'è Right-Click Search IMDb?
Right-Click Search IMDb è un'estensione di Chrome sviluppata da Burt, e la sua funzione principale è "Quickly search for highlighted text on IMDb via right-click".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Right-Click Search IMDb
Scarica i file di estensione Right-Click Search IMDb 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 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.
Informazioni di Base sull'Estensione
Nome | Right-Click Search IMDb |
ID | cbchccggcmgoabfolahgafbfapoejkcn |
URL Ufficiale | https://chromewebstore.google.com/detail/right-click-search-imdb/cbchccggcmgoabfolahgafbfapoejkcn |
Descrizione | Quickly search for highlighted text on IMDb via right-click |
Dimensione del File | 378 KB |
Conteggio Installazioni | 7,755 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2022-06-16 |
Data di Pubblicazione | 2015-07-10 |
Valutazione | 4.73/5 Totale 51 Valutazioni |
Sviluppatore | Burt |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |