image under cursor

open the image under the cursor in a new tab, even if the website doesn’t want you to

O que é image under cursor?

image under cursor é uma extensão do Chrome desenvolvida por https://becca.ooo, e sua principal característica é "open the image under the cursor in a new tab, even if the website doesn’t want you to".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão image under cursor

Baixe arquivos de extensão image under cursor 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

                        ever been annoyed that a website’s interactive photo viewer, magnifying glass, or other mystery features don’t let you save their images? “image under cursor” allows you to right click and attempt to open the image under the cursor in a new tab!

screenshots show but a small portion of the images you can save…                    

Informações Básicas da Extensão

Nome image under cursor image under cursor
ID jbghooeaijbjkficllpgejgpaglkjfok
URL Oficial https://chromewebstore.google.com/detail/image-under-cursor/jbghooeaijbjkficllpgejgpaglkjfok
Descrição open the image under the cursor in a new tab, even if the website doesn’t want you to
Tamanho do Arquivo 8.59 KB
Contagem de Instalações 64
Versão Atual 1.2.0
Última Atualização 2018-06-08
Data de Publicação 2018-06-07
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://becca.ooo
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "image under cursor",
    "short_name": "image under cursor",
    "version": "1.2.0",
    "minimum_chrome_version": "49",
    "manifest_version": 2,
    "description": "open the image under the cursor in a new tab, even if the website doesn\u2019t want you to",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "image-under-cursor.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    }
}