Copy Image URL

Copy image source URLs from Google image search

Copy Image URLคืออะไร?

Copy Image URL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Copy image source URLs from Google image search"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Copy Image URL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows you to copy an image source URL from the Google image search results                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Copy Image URL Copy Image URL
ID okellkdngnddldceghgglinloadinfgg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy-image-url/okellkdngnddldceghgglinloadinfgg
คำอธิบาย Copy image source URLs from Google image search
ขนาดไฟล์ 39.65 KB
จำนวนการติดตั้ง 1,468
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-04-27
วันที่เผยแพร่ 2020-04-27
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/hooblei/cisu
URL หน้าช่วยเหลือ https://github.com/hooblei/cisu
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Image URL",
    "version": "1.2",
    "description": "Copy image source URLs from Google image search",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "cisu.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}