Right-Click Search IMDbPro

Quickly search for highlighted text on IMDbPro via right-click

O que é Right-Click Search IMDbPro?

Right-Click Search IMDbPro é uma extensão do Chrome desenvolvida por Burt, e sua principal característica é "Quickly search for highlighted text on IMDbPro via right-click".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Right-Click Search IMDbPro

Baixe arquivos de extensão Right-Click Search IMDbPro no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Right-Click Search IMDbPro Right-Click Search IMDbPro
ID ejogadicddegffgnakifogkefmafkmdo
URL Oficial https://chromewebstore.google.com/detail/right-click-search-imdbpr/ejogadicddegffgnakifogkefmafkmdo
Descrição Quickly search for highlighted text on IMDbPro via right-click
Tamanho do Arquivo 379 KB
Contagem de Instalações 45
Versão Atual 2.1
Última Atualização 2022-06-16
Data de Publicação 2015-07-10
Desenvolvedor Burt
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}