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.

Apa itu MarkDown Link To Dynalist?

MarkDown Link To Dynalist adalah ekstensi Chrome yang dikembangkan oleh miphorez, dan fitur utamanya adalah "The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi MarkDown Link To Dynalist

Unduh file ekstensi MarkDown Link To Dynalist dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama MarkDown Link To Dynalist MarkDown Link To Dynalist
ID llkibmlmeophjfckmhcncibbjpmjhapn
URL Resmi https://chromewebstore.google.com/detail/markdown-link-to-dynalist/llkibmlmeophjfckmhcncibbjpmjhapn
Deskripsi The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.
Ukuran File 16.73 KB
Jumlah Instalasi 37
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2022-07-01
Tanggal Publikasi 2018-09-28
Pengembang miphorez
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://goo.gl/qpdmjE
Bahasa yang Didukung 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
}