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?

MarkDown Link To Dynalist是由miphorez开发的Chrome扩展程序,该扩展的主要功能是“The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.”。

扩展截图

screenshot

下载MarkDown Link To Dynalist扩展crx文件

下载MarkDown Link To Dynalist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 MarkDown Link To Dynalist MarkDown Link To Dynalist
ID llkibmlmeophjfckmhcncibbjpmjhapn
官方URL https://chromewebstore.google.com/detail/markdown-link-to-dynalist/llkibmlmeophjfckmhcncibbjpmjhapn
简介 The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.
文件大小 16.73 KB
安装次数 37
当前版本 0.0.1
更新时间 2022-07-01
上架时间 2018-09-28
开发者 miphorez
电子邮箱 [email protected]
付费类型 free
扩展官网 https://goo.gl/qpdmjE
支持的语言 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
}