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.

Wat is MarkDown Link To Dynalist?

MarkDown Link To Dynalist is een Chrome-extensie ontwikkeld door miphorez, en de belangrijkste functie is "The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MarkDown Link To Dynalist

Download MarkDown Link To Dynalist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam MarkDown Link To Dynalist MarkDown Link To Dynalist
ID llkibmlmeophjfckmhcncibbjpmjhapn
Officiële URL https://chromewebstore.google.com/detail/markdown-link-to-dynalist/llkibmlmeophjfckmhcncibbjpmjhapn
Beschrijving The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.
Bestandsgrootte 16.73 KB
Aantal Installaties 37
Huidige Versie 0.0.1
Laatst Bijgewerkt 2022-07-01
Publicatiedatum 2018-09-28
Ontwikkelaar miphorez
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://goo.gl/qpdmjE
Ondersteunde Talen 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
}