Copy Image URL
When pressing the copy shortcut key on the image, directly copy the image address, no need to right click
Copy Image URLคืออะไร?
Copy Image URL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย huangxiaoyu1018 และคุณลักษณะหลักของมันคือ "When pressing the copy shortcut key on the image, directly copy the image address, no need to right click"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy Image URL
ดาวน์โหลดไฟล์ส่วนขยาย Copy Image URL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Copy image address without right-clicking, just hover the image and hit Ctrl+C / Cmd+C.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Copy Image URL |
ID | ddembjalhjiblnlfifeldhohmigachhh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/copy-image-url/ddembjalhjiblnlfifeldhohmigachhh |
คำอธิบาย | When pressing the copy shortcut key on the image, directly copy the image address, no need to right click |
ขนาดไฟล์ | 3.4 KB |
จำนวนการติดตั้ง | 79 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-07-25 |
วันที่เผยแพร่ | 2023-07-24 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | huangxiaoyu1018 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Copy Image URL", "version": "1.0", "description": "When pressing the copy shortcut key on the image, directly copy the image address, no need to right click", "permissions": [ "clipboardWrite" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |