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은(는) Dhruv Vemula에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy link address without right-clicking. Just hover the link and hit Ctrl-C / Cmd-C!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Copy Link Address 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}