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.

Hvad er MarkDown Link To Dynalist?

MarkDown Link To Dynalist er en Chrome-udvidelse udviklet af miphorez, og dens hovedfunktion er "The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.".

Udvidelsesskærmbilleder

screenshot

Download MarkDown Link To Dynalist-udvidelses-CRX-fil

Download MarkDown Link To Dynalist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn MarkDown Link To Dynalist MarkDown Link To Dynalist
ID llkibmlmeophjfckmhcncibbjpmjhapn
Officiel URL https://chromewebstore.google.com/detail/markdown-link-to-dynalist/llkibmlmeophjfckmhcncibbjpmjhapn
Beskrivelse The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.
Filstørrelse 16.73 KB
Antal Installationer 37
Nuværende Version 0.0.1
Senest Opdateret 2022-07-01
Udgivelsesdato 2018-09-28
Udvikler miphorez
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://goo.gl/qpdmjE
Understøttede Sprog 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
}