Copy As Hyperlink

Copy page title or selected text as a pasteable hyperlink

Copy As Hyperlinkคืออะไร?

Copy As Hyperlink เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Frederick Hewett (Cambridge, MA) และคุณลักษณะหลักของมันคือ "Copy page title or selected text as a pasteable hyperlink"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy As Hyperlink

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

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

                        The purpose of this extension is to facilitate copying and pasting of text from a webpage such that the copied data includes a hyperlink to the page on which the text appears.

To use this extension:
1. On the web page for which you're creating a link, select the text that you want to appear in the destination document. For a news article, this might be the article headline. If no text is selected, the page title will be used.
2. Click on the icon for this extension. A small window that says "Link copied"  will pop up temporarily next to the icon.
3. Paste the text into the destination document. It should appear as a hyperlink to the webpage from which the text was copied.
4. You can also use a hot key to invoke the extension. The default is Alt-Shift-L.                    

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

ชื่อ Copy As Hyperlink Copy As Hyperlink
ID aphcegfomnecchcihkiilhngijgjgffi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy-as-hyperlink/aphcegfomnecchcihkiilhngijgjgffi
คำอธิบาย Copy page title or selected text as a pasteable hyperlink
ขนาดไฟล์ 38.12 KB
จำนวนการติดตั้ง 1,554
เวอร์ชันปัจจุบัน 4.1.1
อัปเดตครั้งล่าสุด 2023-04-15
วันที่เผยแพร่ 2020-05-08
คะแนน 3.42/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Frederick Hewett (Cambridge, MA)
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy As Hyperlink",
    "description": "Copy page title or selected text as a pasteable hyperlink",
    "version": "4.1.1",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "copyashyperlink.html",
        "default_icon": {
            "16": "\/images\/icon_16.png",
            "32": "\/images\/icon_32.png",
            "48": "\/images\/icon_48.png",
            "128": "\/images\/icon_128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon_16.png",
        "32": "\/images\/icon_32.png",
        "48": "\/images\/icon_48.png",
        "128": "\/images\/icon_128.png"
    }
}

ส่วนขยายที่เกี่ยวข้อง