Hover copy

Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format

Hover copy란 무엇입니까?

Hover copy은(는) gimenete에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format"입니다.

확장 프로그램 스크린샷

screenshot

Hover copy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format.

Icon made by freepik.com CC-BY 3.0                    

확장 프로그램 기본 정보

이름 Hover copy Hover copy
ID cdnibjdbfjofkedghnefffkdohgjgbpc
공식 URL https://chromewebstore.google.com/detail/hover-copy/cdnibjdbfjofkedghnefffkdohgjgbpc
설명 Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format
파일 크기 18.87 KB
설치 횟수 169
현재 버전 1.0.1
최근 업데이트 2018-12-31
출시 날짜 2018-12-28
평점 5.00/5 총 3 개의 평점
개발자 gimenete
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hover copy",
    "version": "1.0.1",
    "description": "Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite"
    ],
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    }
}