IMDb Search with Right-Click (Context menu)

Search for movies and stars on IMDb right from your context menu

O que é IMDb Search with Right-Click (Context menu)?

IMDb Search with Right-Click (Context menu) é uma extensão do Chrome desenvolvida por KD Apps, e sua principal característica é "Search for movies and stars on IMDb right from your context menu".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão IMDb Search with Right-Click (Context menu)

Baixe arquivos de extensão IMDb Search with Right-Click (Context menu) 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

                        Are you tired of copy-pasting movie titles to search them on IMDb?

This small add-on gives you an option in your context menu to search for the highlighted text on IMDb. Every search opens in new tab. The whole add-on is just 10 KB and contains minimal code to operate.                    

Informações Básicas da Extensão

Nome IMDb Search with Right-Click (Context menu) IMDb Search with Right-Click (Context menu)
ID ajdcnpadnecmalafppbhgbncfpfbjkif
URL Oficial https://chromewebstore.google.com/detail/imdb-search-with-right-cl/ajdcnpadnecmalafppbhgbncfpfbjkif
Descrição Search for movies and stars on IMDb right from your context menu
Tamanho do Arquivo 434 KB
Contagem de Instalações 154
Versão Atual 1.2
Última Atualização 2020-05-18
Data de Publicação 2020-05-17
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor KD Apps
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMDb Search with Right-Click (Context menu)",
    "version": "1.2",
    "description": "Search for movies and stars on IMDb right from your context menu",
    "permissions": [
        "contextMenus"
    ],
    "manifest_version": 2,
    "icons": {
        "128": "appicon.png",
        "180": "icon.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    }
}