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'est-ce que MarkDown Link To Dynalist ?

MarkDown Link To Dynalist est une extension Chrome développée par miphorez, et sa fonction principale est "The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MarkDown Link To Dynalist

Téléchargez les fichiers d'extension MarkDown Link To Dynalist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom MarkDown Link To Dynalist MarkDown Link To Dynalist
ID llkibmlmeophjfckmhcncibbjpmjhapn
URL Officiel https://chromewebstore.google.com/detail/markdown-link-to-dynalist/llkibmlmeophjfckmhcncibbjpmjhapn
Description The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.
Taille du Fichier 16.73 KB
Nombre d'Installations 37
Version Actuelle 0.0.1
Dernière Mise à Jour 2022-07-01
Date de Publication 2018-09-28
Développeur miphorez
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://goo.gl/qpdmjE
Langues Prises en Charge 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
}