CopyLinks: Copy links with ease
CopyLinks is a one-click copy solution for quick copy pasting of urls
什么是CopyLinks: Copy links with ease?
CopyLinks: Copy links with ease是由T-Solutions开发的Chrome扩展程序,该扩展的主要功能是“CopyLinks is a one-click copy solution for quick copy pasting of urls”。
扩展截图
下载CopyLinks: Copy links with ease扩展crx文件
下载CopyLinks: Copy links with ease扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
CopyLinks is a simple plugin to copy links from your current tab to the clipboard. Especially useful for people sharing links from one browser tab to another.
Usage:
- Simply click on extension to copy link shown in current tab to clipboard
- OR you can click "Alt+L" to copy url in current tab
Simply paste using the regular "Command + V"
What does it save?
- Manual select all "Ctrl + L" & "Ctrl +C" is now in one command
- 2 clicks are now converted to 1
Wish you a happy & productive day! 扩展基本信息
| 名称 | |
| ID | kogblnmgnabbjjdoaabkkjikpejeimom |
| 官方URL | https://chromewebstore.google.com/detail/copylinks-copy-links-with/kogblnmgnabbjjdoaabkkjikpejeimom |
| 简介 | CopyLinks is a one-click copy solution for quick copy pasting of urls |
| 文件大小 | 21.57 KB |
| 安装次数 | 49 |
| 当前版本 | 1.0.0.0 |
| 更新时间 | 2022-07-26 |
| 上架时间 | 2021-03-22 |
| 开发者 | T-Solutions |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CopyLinks: Copy links with ease",
"version": "1.0.0.0",
"description": "CopyLinks is a one-click copy solution for quick copy pasting of urls",
"browser_action": [],
"icons": {
"16": "images\/logo-16.png",
"32": "images\/logo-32.png",
"48": "images\/logo-48.png",
"128": "images\/logo-128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs"
],
"commands": {
"copy-link": {
"suggested_key": {
"default": "Alt+L",
"mac": "Alt+L"
},
"description": "Copy link to clipboard"
}
}
} | |