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.

Cos'è MarkDown Link To Dynalist?

MarkDown Link To Dynalist è un'estensione di Chrome sviluppata da miphorez, e la sua funzione principale è "The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MarkDown Link To Dynalist

Scarica i file di estensione MarkDown Link To Dynalist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome MarkDown Link To Dynalist MarkDown Link To Dynalist
ID llkibmlmeophjfckmhcncibbjpmjhapn
URL Ufficiale https://chromewebstore.google.com/detail/markdown-link-to-dynalist/llkibmlmeophjfckmhcncibbjpmjhapn
Descrizione The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.
Dimensione del File 16.73 KB
Conteggio Installazioni 37
Versione Corrente 0.0.1
Ultimo Aggiornamento 2022-07-01
Data di Pubblicazione 2018-09-28
Sviluppatore miphorez
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://goo.gl/qpdmjE
Lingue Supportate 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
}