Markdown Linker

Make it easy to copy links with markdown-format

Markdown Linker là gì?

Markdown Linker là một tiện ích mở rộng Chrome được phát triển bởi fukayatsu, và tính năng chính của nó là "Make it easy to copy links with markdown-format".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Markdown Linker

Tải xuống các tệp mở rộng Markdown Linker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        - 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Markdown Linker Markdown Linker
ID kgadgjmlofjccpefhdagbonmohjknlll
URL Chính Thức https://chromewebstore.google.com/detail/markdown-linker/kgadgjmlofjccpefhdagbonmohjknlll
Mô tả Make it easy to copy links with markdown-format
Kích Thước Tệp 257 KB
Số Lần Cài Đặt 454
Phiên Bản Hiện Tại 0.2.4
Cập Nhật Lần Cuối 2015-01-22
Ngày Phát Hành 2015-01-21
Đánh Giá 2.71/5 Tổng số 7 Đánh Giá
Nhà Phát Triển fukayatsu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}