Copy Image URL
Copy image source URLs from Google image search
什么是Copy Image URL?
Copy Image URL是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Copy image source URLs from Google image search”。
扩展截图
下载Copy Image URL扩展crx文件
下载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 |
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" } } |