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.

Co to jest MarkDown Link To Dynalist?

MarkDown Link To Dynalist to rozszerzenie Chrome opracowane przez miphorez, a jego główną funkcją jest „The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia MarkDown Link To Dynalist

Pobierz pliki rozszerzeń MarkDown Link To Dynalist w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa MarkDown Link To Dynalist MarkDown Link To Dynalist
ID llkibmlmeophjfckmhcncibbjpmjhapn
Oficjalny URL https://chromewebstore.google.com/detail/markdown-link-to-dynalist/llkibmlmeophjfckmhcncibbjpmjhapn
Opis The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.
Rozmiar pliku 16.73 KB
Liczba instalacji 37
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2022-07-01
Data Publikacji 2018-09-28
Deweloper miphorez
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://goo.gl/qpdmjE
Obsługiwane Języki 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
}