Copy Text as Link

Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.

Copy Text as Link là gì?

Copy Text as Link là một tiện ích mở rộng Chrome được phát triển bởi Ryan Spain, và tính năng chính của nó là "Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Copy Text as Link

Tải xuống các tệp mở rộng Copy Text as 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

                        This extension removes the need to copy a link address and link text seperately. By simply highlighting text on a webpage, right-clicking and selected 'Copy text as link', the selected text will be copied to the clipboard as a link using the active tabs URL.

Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.

Pasted links will inherit the styling of the target rich text editor.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Copy Text as Link Copy Text as Link
ID jdhbnbfdhfndpjafikjmbdabogdecenp
URL Chính Thức https://chromewebstore.google.com/detail/copy-text-as-link/jdhbnbfdhfndpjafikjmbdabogdecenp
Mô tả Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.
Kích Thước Tệp 14.3 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-11-11
Ngày Phát Hành 2021-09-12
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Ryan Spain
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ryanspain/chromium-copy-text-as-link
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Text as Link",
    "description": "Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/icon-16x16.png",
        "32": ".\/images\/icon-32x32.png",
        "48": ".\/images\/icon-48x48.png",
        "128": ".\/images\/icon-128x128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "tabs",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ]
}