Markdown Linker

Make it easy to copy links with markdown-format

Markdown Linker란 무엇입니까?

Markdown Linker은(는) fukayatsu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make it easy to copy links with markdown-format"입니다.

확장 프로그램 스크린샷

screenshot

Markdown Linker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        - ContextMenu > Copy link with markdown-format
It works on the page, text link, or image.

-  "cmd + ctrl + c" to copy page title and url

v0.2.4 tweak for relative link
v0.2.2 tweak no-text link
v0.2.1 fix copy page
v0.2.0 add selection copy
v0.1.6 add shortcut key - "cmd + ctrl + c" to copy page title and url
v0.1.5 bug fix - cannot get link text on link with inner tag
v0.1.4 bug fix - cannot get link text on Windows                    

확장 프로그램 기본 정보

이름 Markdown Linker Markdown Linker
ID kgadgjmlofjccpefhdagbonmohjknlll
공식 URL https://chromewebstore.google.com/detail/markdown-linker/kgadgjmlofjccpefhdagbonmohjknlll
설명 Make it easy to copy links with markdown-format
파일 크기 257 KB
설치 횟수 454
현재 버전 0.2.4
최근 업데이트 2015-01-22
출시 날짜 2015-01-21
평점 2.71/5 총 7 개의 평점
개발자 fukayatsu
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Markdown Linker",
    "version": "0.2.4",
    "manifest_version": 2,
    "description": "Make it easy to copy links with markdown-format",
    "icons": {
        "48": "icon\/icon_048.png",
        "128": "icon\/icon_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs"
    ]
}