HTML to Markdown

Translate a selected HTML text to equivalent markdown format

HTML to Markdownคืออะไร?

HTML to Markdown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://github.com/geraldnguyen และคุณลักษณะหลักของมันคือ "Translate a selected HTML text to equivalent markdown format"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML to Markdown

ดาวน์โหลดไฟล์ส่วนขยาย HTML to Markdown ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Select and convert headers, paragraphs, images or links on the web into Markdown text quickly and effortlessly

Prefer a different markdown favour? Just require a simple converter? Now available in version 2                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HTML to Markdown HTML to Markdown
ID kgfecdionnddbhjfeanngjbpnnglnpho
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/html-to-markdown/kgfecdionnddbhjfeanngjbpnnglnpho
คำอธิบาย Translate a selected HTML text to equivalent markdown format
ขนาดไฟล์ 3.41 MB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2021-06-06
วันที่เผยแพร่ 2021-02-22
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://github.com/geraldnguyen
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HTML to Markdown",
    "version": "2.0",
    "description": "Translate a selected HTML text to equivalent markdown format",
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Translate a selected HTML text to equivalent markdown format"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "scripting",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "storage"
    ]
}