Right Clicking - Views Image

Adds an option to 'View image' to the right click context menu on an image

O que é Right Clicking - Views Image?

Right Clicking - Views Image é uma extensão do Chrome desenvolvida por Micha, e sua principal característica é "Adds an option to 'View image' to the right click context menu on an image".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Right Clicking - Views Image

Baixe arquivos de extensão Right Clicking - Views Image 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

                        Adds an option to 'View image' to the right click context menu on an image. This will replace the current web page with just the image in its original size.                    

Informações Básicas da Extensão

Nome Right Clicking - Views Image Right Clicking - Views Image
ID okhokdliaadpclhhjdjdakibeajdcade
URL Oficial https://chromewebstore.google.com/detail/right-clicking-views-imag/okhokdliaadpclhhjdjdakibeajdcade
Descrição Adds an option to 'View image' to the right click context menu on an image
Tamanho do Arquivo 10.31 KB
Contagem de Instalações 117
Versão Atual 1.0
Última Atualização 2022-05-23
Data de Publicação 2022-05-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Micha
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right Clicking - Views Image",
    "description": "Adds an option to 'View image' to the right click context menu on an image",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "bg.js"
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}