Get Image Path

Get full Image path on right Click

Cos'è Get Image Path?

Get Image Path è un'estensione di Chrome sviluppata da Swetal Mistri, e la sua funzione principale è "Get full Image path on right Click".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Get Image Path

Scarica i file di estensione Get Image Path in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Get Image Path Get Image Path
ID jnfpmdndckmlcpmlfmcebfkfinlkignj
URL Ufficiale https://chrome.google.com/webstore/detail/get-image-path/jnfpmdndckmlcpmlfmcebfkfinlkignj
Descrizione Get full Image path on right Click
Dimensione del File 63.67 KB
Conteggio Installazioni 460
Versione Corrente 0.2
Ultimo Aggiornamento 2017-07-09
Data di Pubblicazione 2017-07-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Swetal Mistri
Tipo di Pagamento free
Lingue Supportate 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
    }
}