MarkDown Link To Dynalist

The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.

MarkDown Link To Dynalist là gì?

MarkDown Link To Dynalist là một tiện ích mở rộng Chrome được phát triển bởi miphorez, và tính năng chính của nó là "The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.".

Ả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 Link To Dynalist

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

                        The extension allows you to more conveniently use a link to the site in the MD format. And it allows you to reduce the number of clicks to the place where you can save this link.                    

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

Tên MarkDown Link To Dynalist MarkDown Link To Dynalist
ID llkibmlmeophjfckmhcncibbjpmjhapn
URL Chính Thức https://chromewebstore.google.com/detail/markdown-link-to-dynalist/llkibmlmeophjfckmhcncibbjpmjhapn
Mô tả The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.
Kích Thước Tệp 16.73 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-07-01
Ngày Phát Hành 2018-09-28
Nhà Phát Triển miphorez
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://goo.gl/qpdmjE
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MarkDown Link To Dynalist",
    "version": "0.0.1",
    "short_name": "MDLinkToDynalist",
    "description": "The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon_19.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        ""
    ],
    "commands": {
        "toggleLast": {
            "suggested_key": {
                "default": "Alt+B"
            },
            "description": "Back to Last Tab"
        }
    },
    "manifest_version": 2
}