Copy hyperlink as Edge does

Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].

Copy hyperlink as Edge doesคืออะไร?

Copy hyperlink as Edge does เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zxylost และคุณลักษณะหลักของมันคือ "Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title]."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy hyperlink as Edge does

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

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

                        Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].                    

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

ชื่อ Copy hyperlink as Edge does Copy hyperlink as Edge does
ID pindpfknjjhmjdpgpfdempcnheecfkah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy-hyperlink-as-edge-do/pindpfknjjhmjdpgpfdempcnheecfkah
คำอธิบาย Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].
ขนาดไฟล์ 10.83 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2023-06-18
วันที่เผยแพร่ 2023-06-18
ผู้พัฒนา zxylost
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "copyurlwithtitle.js",
                "toast.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Copy hyperlink as Edge does, just press Ctrl-C\/Cmd-C in the web page.\nDerived from [Copy url with title].",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "Copy hyperlink as Edge does",
    "short_name": "Copy hyperlink as Edge does",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1"
}