Copy Link
Chrome extension to copy the link of the current page.
什么是Copy Link?
Copy Link是由chick307开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension to copy the link of the current page.”。
扩展截图
下载Copy Link扩展crx文件
下载Copy Link扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension helps you to copy the link of the current page. 扩展基本信息
| 名称 | |
| ID | odhbmnlhdmbcacdoopohcddanplmmljd |
| 官方URL | https://chromewebstore.google.com/detail/copy-link/odhbmnlhdmbcacdoopohcddanplmmljd |
| 简介 | Chrome extension to copy the link of the current page. |
| 文件大小 | 67.58 KB |
| 安装次数 | 18 |
| 当前版本 | 1.2.0 |
| 更新时间 | 2021-08-03 |
| 上架时间 | 2020-02-09 |
| 开发者 | chick307 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Copy Link",
"version": "1.2.0",
"description": "Chrome extension to copy the link of the current page.",
"browser_action": {
"default_icon": {
"32": "assets\/images\/browser-action-32.png",
"64": "assets\/images\/browser-action-64.png"
},
"default_popup": "views\/popup.html",
"default_title": "Copy Link"
},
"content_security_policy": "default-src 'self'",
"icons": {
"64": "assets\/images\/icon-64.png",
"128": "assets\/images\/icon-128.png"
},
"minimum_chrome_version": "79",
"permissions": [
"activeTab"
]
} | |