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.

Was ist MarkDown Link To Dynalist?

MarkDown Link To Dynalist ist eine Chrome-Erweiterung, die von miphorez entwickelt wurde, und ihr Hauptmerkmal ist "The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.".

Erweiterungsscreenshots

screenshot

MarkDown Link To Dynalist-Erweiterungs-CRX-Datei herunterladen

Laden Sie MarkDown Link To Dynalist-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name MarkDown Link To Dynalist MarkDown Link To Dynalist
ID llkibmlmeophjfckmhcncibbjpmjhapn
Offizielle URL https://chromewebstore.google.com/detail/markdown-link-to-dynalist/llkibmlmeophjfckmhcncibbjpmjhapn
Beschreibung The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.
Dateigröße 16.73 KB
Installationsanzahl 37
Aktuelle Version 0.0.1
Letztes Update 2022-07-01
Veröffentlichungsdatum 2018-09-28
Entwickler miphorez
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://goo.gl/qpdmjE
Unterstützte Sprachen 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
}