Get Image Path

Get full Image path on right Click

What is Get Image Path?

Get Image Path is a Chrome extension developed by Swetal Mistri, and its main feature is "Get full Image path on right Click".

Extension Screenshots

screenshot
screenshot

Download Get Image Path Extension CRX File

Download Get Image Path extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Get Image Path Get Image Path
ID jnfpmdndckmlcpmlfmcebfkfinlkignj
Official URL https://chrome.google.com/webstore/detail/get-image-path/jnfpmdndckmlcpmlfmcebfkfinlkignj
Description Get full Image path on right Click
File Size 63.67 KB
Installation Count 460
Current Version 0.2
Last Updated 2017-07-09
Publish Date 2017-07-09
Rating 5.00/5 Total 1 Ratings
Developer Swetal Mistri
Payment Type free
Supported Languages 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
    }
}