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.

What is MarkDown Link To Dynalist?

MarkDown Link To Dynalist is a Chrome extension developed by miphorez, and its main feature is "The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.".

Extension Screenshots

screenshot

Download MarkDown Link To Dynalist Extension CRX File

Download MarkDown Link To Dynalist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name MarkDown Link To Dynalist MarkDown Link To Dynalist
ID llkibmlmeophjfckmhcncibbjpmjhapn
Official URL https://chromewebstore.google.com/detail/markdown-link-to-dynalist/llkibmlmeophjfckmhcncibbjpmjhapn
Description The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.
File Size 16.73 KB
Installation Count 37
Current Version 0.0.1
Last Updated 2022-07-01
Publish Date 2018-09-28
Developer miphorez
Email [email protected]
Payment Type free
Extension Website https://goo.gl/qpdmjE
Supported Languages 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
}