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.

O que é MarkDown Link To Dynalist?

MarkDown Link To Dynalist é uma extensão do Chrome desenvolvida por miphorez, e sua principal característica é "The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MarkDown Link To Dynalist

Baixe arquivos de extensão MarkDown Link To Dynalist no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome MarkDown Link To Dynalist MarkDown Link To Dynalist
ID llkibmlmeophjfckmhcncibbjpmjhapn
URL Oficial https://chromewebstore.google.com/detail/markdown-link-to-dynalist/llkibmlmeophjfckmhcncibbjpmjhapn
Descrição The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.
Tamanho do Arquivo 16.73 KB
Contagem de Instalações 37
Versão Atual 0.0.1
Última Atualização 2022-07-01
Data de Publicação 2018-09-28
Desenvolvedor miphorez
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://goo.gl/qpdmjE
Idiomas Suportados 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
}