Right-Click Search IMDb

Quickly search for highlighted text on IMDb via right-click

O que é Right-Click Search IMDb?

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

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

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

Baixe arquivos de extensão Right-Click Search IMDb 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 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.                    

Informações Básicas da Extensão

Nome Right-Click Search IMDb Right-Click Search IMDb
ID cbchccggcmgoabfolahgafbfapoejkcn
URL Oficial https://chromewebstore.google.com/detail/right-click-search-imdb/cbchccggcmgoabfolahgafbfapoejkcn
Descrição Quickly search for highlighted text on IMDb via right-click
Tamanho do Arquivo 378 KB
Contagem de Instalações 7,755
Versão Atual 2.1
Última Atualização 2022-06-16
Data de Publicação 2015-07-10
Classificação 4.73/5 Total de 51 Avaliações
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 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
}