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.

Vad är MarkDown Link To Dynalist?

MarkDown Link To Dynalist är en Chrome-tillägg utvecklad av miphorez, och dess huvudfunktion är "The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.".

Tilläggsskärmbilder

screenshot

Ladda ner MarkDown Link To Dynalist-förlängningens CRX-fil

Ladda ner MarkDown Link To Dynalist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn MarkDown Link To Dynalist MarkDown Link To Dynalist
ID llkibmlmeophjfckmhcncibbjpmjhapn
Officiell webbadress https://chromewebstore.google.com/detail/markdown-link-to-dynalist/llkibmlmeophjfckmhcncibbjpmjhapn
Beskrivning The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.
Filstorlek 16.73 KB
Antal Installationer 37
Aktuell Version 0.0.1
Senast Uppdaterad 2022-07-01
Publiceringsdatum 2018-09-28
Utvecklare miphorez
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://goo.gl/qpdmjE
Stödda Språk 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
}