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.

¿Qué es MarkDown Link To Dynalist?

MarkDown Link To Dynalist es una extensión de Chrome desarrollada por miphorez, y su función principal es "The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión MarkDown Link To Dynalist

Descarga archivos de extensión MarkDown Link To Dynalist en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre MarkDown Link To Dynalist MarkDown Link To Dynalist
ID llkibmlmeophjfckmhcncibbjpmjhapn
URL Oficial https://chromewebstore.google.com/detail/markdown-link-to-dynalist/llkibmlmeophjfckmhcncibbjpmjhapn
Descripción The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.
Tamaño del Archivo 16.73 KB
Cantidad de Instalaciones 37
Versión Actual 0.0.1
Última Actualización 2022-07-01
Fecha de Publicación 2018-09-28
Desarrollador miphorez
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://goo.gl/qpdmjE
Idiomas Soportados 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
}