Copylink
Click to copy the url of the current page to your clipboard
什么是Copylink?
Copylink是由https://rgbstudios.org开发的Chrome扩展程序,该扩展的主要功能是“Click to copy the url of the current page to your clipboard”。
扩展截图
下载Copylink扩展crx文件
下载Copylink扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simply click the button to copy the address of the current website.
* Use copylink to quickly send, share, or save the url to a website.
* The address is also displayed in a little textbox.
Don't forget to rate and share! Enjoy! :)
V.1.3.0
RGB Studios
rgbstudios.org
facebook.com/rgbstudios.org/
[email protected] 扩展基本信息
| 名称 | |
| ID | hmbglhnodfegeiemefjoejkkmncdobde |
| 官方URL | https://chromewebstore.google.com/detail/copylink/hmbglhnodfegeiemefjoejkkmncdobde |
| 简介 | Click to copy the url of the current page to your clipboard |
| 文件大小 | 7.6 KB |
| 安装次数 | 362 |
| 当前版本 | 1.3.0 |
| 更新时间 | 2023-11-21 |
| 上架时间 | 2019-12-03 |
| 评分 | 4.25/5 共4次评分 |
| 开发者 | https://rgbstudios.org |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.freeprivacypolicy.com/privacy/view/a93dc47c848f20d7a1440f3a4debc516 |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Copylink",
"description": "Click to copy the url of the current page to your clipboard",
"version": "1.3.0",
"action": {
"default_icon": "128_icon.png",
"default_popup": "index.html"
},
"permissions": [
"activeTab",
"clipboardWrite"
],
"icons": {
"128": "128_icon.png",
"48": "48_icon.png",
"16": "16_icon.png"
}
} | |