Hover copy
Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format
什么是Hover copy?
Hover copy是由gimenete开发的Chrome扩展程序,该扩展的主要功能是“Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format”。
扩展截图
下载Hover copy扩展crx文件
下载Hover copy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format.
Icon made by freepik.com CC-BY 3.0 扩展基本信息
| 名称 | |
| ID | cdnibjdbfjofkedghnefffkdohgjgbpc |
| 官方URL | https://chromewebstore.google.com/detail/hover-copy/cdnibjdbfjofkedghnefffkdohgjgbpc |
| 简介 | Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format |
| 文件大小 | 18.87 KB |
| 安装次数 | 169 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2018-12-31 |
| 上架时间 | 2018-12-28 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | gimenete |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hover copy",
"version": "1.0.1",
"description": "Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"contentScript.js"
]
}
],
"permissions": [
"clipboardWrite"
],
"icons": {
"16": "images\/logo-16.png",
"32": "images\/logo-32.png",
"48": "images\/logo-48.png",
"128": "images\/logo-128.png"
}
} | |