Markdown Linker

Make it easy to copy links with markdown-format

Markdown Linkerคืออะไร?

Markdown Linker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fukayatsu และคุณลักษณะหลักของมันคือ "Make it easy to copy links with markdown-format"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Markdown Linker

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

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

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

ส่วนขยายที่เกี่ยวข้อง