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
    }
}