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
Eメール [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
}