Copy Link Address

Copy link address without right-clicking. Just hover the link and hit Ctrl-C / Cmd-C!

Copy Link Addressคืออะไร?

Copy Link Address เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dhruv Vemula และคุณลักษณะหลักของมันคือ "Copy link address without right-clicking. Just hover the link and hit Ctrl-C / Cmd-C!"

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

screenshot
screenshot

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

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

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

                        Use Chrome? Copy link address without right-clicking! Just use your standard keyboard shortcut!

If you need to copy link addresses more than once, you know how annoying it is. You need to right-click, find the "Copy Link Address" menu item, and click it.

This extension makes your life easy. Just point to your link and hit your standard keyboard shortcut (Ctrl-C, or Cmd-C for Mac) and you're done!

Enjoy the extension. We would love feedback.

Known Issues:

1. If, at the time of hovering a link, the cursor was in a textbox (without anything selected), the extension clears the cursor, saving the caret position. When you move away from the link, the caret position is restored.

2. If, at the time of hovering a link, the cursor was in the Chrome omnibox (address bar), the extension does not work (Chrome provides no way of clearing the cursor, a requirement for the extension to work).                    

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

ชื่อ Copy Link Address Copy Link Address
ID kdejdkdjdoabfihpcjmgjebcpfbhepmh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy-link-address/kdejdkdjdoabfihpcjmgjebcpfbhepmh
คำอธิบาย Copy link address without right-clicking. Just hover the link and hit Ctrl-C / Cmd-C!
ขนาดไฟล์ 51.62 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 0.5.5
อัปเดตครั้งล่าสุด 2016-01-04
วันที่เผยแพร่ 2016-01-03
คะแนน 3.35/5 รวมทั้งหมด 160 คะแนน
ผู้พัฒนา Dhruv Vemula
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/dhruvtv/copylinkaddress
URL หน้าช่วยเหลือ https://github.com/dhruvtv/copylinkaddress
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy Link Address",
    "version": "0.5.5",
    "description": "Copy link address without right-clicking. Just hover the link and hit Ctrl-C \/ Cmd-C!",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "copylinkaddress.js"
            ]
        }
    ],
    "icons": {
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    }
}