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 là gì?
Hover copy là một tiện ích mở rộng Chrome được phát triển bởi gimenete, và tính năng chính của nó là "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".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Hover copy
Tải xuống các tệp mở rộng Hover copy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hover copy |
ID | cdnibjdbfjofkedghnefffkdohgjgbpc |
URL Chính Thức | https://chromewebstore.google.com/detail/hover-copy/cdnibjdbfjofkedghnefffkdohgjgbpc |
Mô tả | 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 |
Kích Thước Tệp | 18.87 KB |
Số Lần Cài Đặt | 169 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2018-12-31 |
Ngày Phát Hành | 2018-12-28 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | gimenete |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |