GooglePanicImages

Displays a 'view' link above images from Google image search

O que é GooglePanicImages?

GooglePanicImages é uma extensão do Chrome desenvolvida por Jan Riechers, e sua principal característica é "Displays a 'view' link above images from Google image search".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GooglePanicImages

Baixe arquivos de extensão GooglePanicImages 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

                        Displays a 'View' link, when hovering the mouse over an image at Google Image Search, to directly view images in a new tab. This works for nearly all images which do provide a direct link. This works below < 100 images, beyond with additional click.

Also the big preview image can be opened directly by clicking once on the big preview. Please give the addon a second to analyze the image correctly once it is loaded completely from Google.                    

Informações Básicas da Extensão

Nome GooglePanicImages GooglePanicImages
ID ofnokbendbpfgbomaepcomeciblhphip
URL Oficial https://chromewebstore.google.com/detail/googlepanicimages/ofnokbendbpfgbomaepcomeciblhphip
Descrição Displays a 'view' link above images from Google image search
Tamanho do Arquivo 18.57 KB
Contagem de Instalações 1,003
Versão Atual 2.1.21
Última Atualização 2023-12-07
Data de Publicação 2020-11-27
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Jan Riechers
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/jrie/googlePanicImage
URL da Página de Ajuda https://github.com/jrie/googlePanicImage
URL da Página de Política de Privacidade https://dwrox.net
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Displays a 'view' link above images from Google image search",
    "homepage_url": "https:\/\/github.com\/jrie\/googlePanicImage",
    "manifest_version": 3,
    "name": "GooglePanicImages",
    "version": "2.1.21",
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/search*"
            ],
            "include_globs": [
                "*.google.*"
            ],
            "js": [
                "gpi.js"
            ],
            "all_frames": true
        }
    ]
}