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是由huangxiaoyu1018开发的Chrome扩展程序,该扩展的主要功能是“When pressing the copy shortcut key on the image, directly copy the image address, no need to right click”。
扩展截图
下载Copy Image URL扩展crx文件
下载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" ] } ] } |