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.

ما هو MarkDown Link To Dynalist؟

MarkDown Link To Dynalist هو إضافة Chrome تم تطويرها بواسطة miphorez، والميزة الرئيسية لها هي "The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة MarkDown Link To Dynalist

قم بتنزيل ملفات الامتداد MarkDown Link To Dynalist بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم MarkDown Link To Dynalist MarkDown Link To Dynalist
ID llkibmlmeophjfckmhcncibbjpmjhapn
عنوان URL الرسمي https://chromewebstore.google.com/detail/markdown-link-to-dynalist/llkibmlmeophjfckmhcncibbjpmjhapn
الوصف The link to the page is saved in the clipboard in the format of the MarkDown. A new bookmark opens your Dynalist.
حجم الملف 16.73 KB
عدد التثبيتات 37
النسخة الحالية 0.0.1
آخر تحديث 2022-07-01
تاريخ النشر 2018-09-28
المطور miphorez
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://goo.gl/qpdmjE
اللغات المدعومة 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
}