Get Image Path

Get full Image path on right Click

Get Image Pathคืออะไร?

Get Image Path เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Swetal Mistri และคุณลักษณะหลักของมันคือ "Get full Image path on right Click"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get Image Path

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}