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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}