Copy Rich Link
Copy the page title and URL as rich text.
Copy Rich Link là gì?
Copy Rich Link là một tiện ích mở rộng Chrome được phát triển bởi r7kamura, và tính năng chính của nó là "Copy the page title and URL as rich text.".
Ả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 Copy Rich Link
Tải xuống các tệp mở rộng Copy Rich Link 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
Copy the page title and URL as rich text. Useful for pasting links to Slack, Google Docs, etc. ## Usage Click the extension icon or execute the keyboard shortcut to copy the link to the page as rich text. ## Keyboard shortcut The default keyboard shortcut is Ctrl + Shift + L, and Command + Shift + L on Mac. This can be changed from the browser's extension settings. ## Plain text fallback As a fallback, we also copy in plain text format in the form `"{title}" {url}`, so that if you paste where rich text is not available or paste explicitly as plain text (Ctrl + Shift + V on Windows), this plain text format will be pasted.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Copy Rich Link |
ID | hikiamlgpdcabppakpmemaofmkgknpea |
URL Chính Thức | https://chromewebstore.google.com/detail/copy-rich-link/hikiamlgpdcabppakpmemaofmkgknpea |
Mô tả | Copy the page title and URL as rich text. |
Kích Thước Tệp | 12.4 KB |
Số Lần Cài Đặt | 253 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2022-05-07 |
Ngày Phát Hành | 2022-05-07 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | r7kamura |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/r7kamura/copy-rich-link |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Rich Link", "description": "Copy the page title and URL as rich text.", "version": "0.1.0", "manifest_version": 3, "action": { "default_popup": "index.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+L" } } }, "permissions": [ "activeTab", "clipboardWrite" ] } |