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
官方網址 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
}