Link-Md

Create a markdown link of the current page with quoted text.

Link-Md là gì?

Link-Md là một tiện ích mở rộng Chrome được phát triển bởi Jade Ohlhauser, và tính năng chính của nó là "Create a markdown link of the current page with quoted text.".

Ả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 Link-Md

Tải xuống các tệp mở rộng Link-Md 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

                        Click the plugin icon or use the hotkey to put a link in markdown format of the active tab into your clipboard. If you have text selected it will include it as a quote. I made it for referencing websites in my favorite note app, Logseq.                    

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

Tên Link-Md Link-Md
ID nfjkoojhgklbbnlonpdplbdjkgoemgod
URL Chính Thức https://chromewebstore.google.com/detail/link-md/nfjkoojhgklbbnlonpdplbdjkgoemgod
Mô tả Create a markdown link of the current page with quoted text.
Kích Thước Tệp 11.76 KB
Số Lần Cài Đặt 302
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2022-11-17
Ngày Phát Hành 2021-12-07
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Jade Ohlhauser
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jadeohl/linkmd
URL Trang Trợ Giúp https://github.com/jadeohl/linkmd
URL Trang Chính Sách Bảo Mật https://github.com/jadeohl/linkmd/blob/main/privacy-policy.md
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Link-Md",
    "description": "Create a markdown link of the current page with quoted text.",
    "version": "1.3",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "icon-64.png",
            "128": "icon-128.png"
        }
    },
    "icons": {
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "clipboardWrite"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+C"
            },
            "description": "Copy quote link to clipboard."
        }
    }
}