Get Image Path

Get full Image path on right Click

Wat is Get Image Path?

Get Image Path is een Chrome-extensie ontwikkeld door Swetal Mistri, en de belangrijkste functie is "Get full Image path on right Click".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Get Image Path

Download Get Image Path-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Get Image Path Get Image Path
ID jnfpmdndckmlcpmlfmcebfkfinlkignj
Officiële URL https://chrome.google.com/webstore/detail/get-image-path/jnfpmdndckmlcpmlfmcebfkfinlkignj
Beschrijving Get full Image path on right Click
Bestandsgrootte 63.67 KB
Aantal Installaties 460
Huidige Versie 0.2
Laatst Bijgewerkt 2017-07-09
Publicatiedatum 2017-07-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Swetal Mistri
Betalingswijze free
Ondersteunde Talen 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
    }
}