Get Image Path

Get full Image path on right Click

O que é Get Image Path?

Get Image Path é uma extensão do Chrome desenvolvida por Swetal Mistri, e sua principal característica é "Get full Image path on right Click".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Get Image Path

Baixe arquivos de extensão Get Image Path 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

                        Extension for the Open Image of URL address. 

Get Image URL is an extension for Google Chrome browser that fits into your browser as an additional toolbar. It is a convenient plugin to Get Image URL address.
 
Сcapabilities:

- Open image URL in new Tab (from context menu)                    

Informações Básicas da Extensão

Nome Get Image Path Get Image Path
ID jnfpmdndckmlcpmlfmcebfkfinlkignj
URL Oficial https://chrome.google.com/webstore/detail/get-image-path/jnfpmdndckmlcpmlfmcebfkfinlkignj
Descrição Get full Image path on right Click
Tamanho do Arquivo 63.67 KB
Contagem de Instalações 460
Versão Atual 0.2
Última Atualização 2017-07-09
Data de Publicação 2017-07-09
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Swetal Mistri
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get Image Path",
    "description": "Get full Image path on right Click",
    "version": "0.2",
    "icons": {
        "16": "Images\/logo16.png",
        "48": "Images\/logo48.png",
        "128": "Images\/logo128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "clipboardRead",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "popup.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "Images\/logo48.png"
    },
    "background": {
        "page": "popup.html",
        "persistent": true
    }
}