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คืออะไร?

Copy Text as Link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ryan Spain และคุณลักษณะหลักของมันคือ "Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy Text as Link

ดาวน์โหลดไฟล์ส่วนขยาย Copy Text as Link ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Copy Text as Link Copy Text as Link
ID jdhbnbfdhfndpjafikjmbdabogdecenp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy-text-as-link/jdhbnbfdhfndpjafikjmbdabogdecenp
คำอธิบาย Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.
ขนาดไฟล์ 14.3 KB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-11-11
วันที่เผยแพร่ 2021-09-12
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Ryan Spain
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ryanspain/chromium-copy-text-as-link
ภาษาที่รองรับ 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": [
        ""
    ]
}