Get Image Path

Get full Image path on right Click

什么是Get Image Path?

Get Image Path是由Swetal Mistri开发的Chrome扩展程序,该扩展的主要功能是“Get full Image path on right Click”。

扩展截图

screenshot
screenshot

下载Get Image Path扩展crx文件

下载Get Image Path扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 Get Image Path Get Image Path
ID jnfpmdndckmlcpmlfmcebfkfinlkignj
官方URL https://chrome.google.com/webstore/detail/get-image-path/jnfpmdndckmlcpmlfmcebfkfinlkignj
简介 Get full Image path on right Click
文件大小 63.67 KB
安装次数 460
当前版本 0.2
更新时间 2017-07-09
上架时间 2017-07-09
评分 5.00/5 共1次评分
开发者 Swetal Mistri
付费类型 free
支持的语言 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
    }
}