Export to Markdown(掘金翻译计划版)

This is utilized to export the story in Medium to a markdown format file.

Export to Markdown(掘金翻译计划版)คืออะไร?

Export to Markdown(掘金翻译计划版) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 京东启明星 และคุณลักษณะหลักของมันคือ "This is utilized to export the story in Medium to a markdown format file."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Export to Markdown(掘金翻译计划版)

ดาวน์โหลดไฟล์ส่วนขยาย Export to Markdown(掘金翻译计划版) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This is utilized to export the story in Medium to a markdown format file.将网页中的文章转换成 Markdown。                    

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

ชื่อ Export to Markdown(掘金翻译计划版) Export to Markdown(掘金翻译计划版)
ID olfhadgfelbdikjlnejcfjeockobpijm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/export-to-markdown%EF%BC%88%E6%8E%98%E9%87%91%E7%BF%BB%E8%AF%91%E8%AE%A1%E5%88%92/olfhadgfelbdikjlnejcfjeockobpijm
คำอธิบาย This is utilized to export the story in Medium to a markdown format file.
ขนาดไฟล์ 31.86 KB
จำนวนการติดตั้ง 75
เวอร์ชันปัจจุบัน 0.5.7
อัปเดตครั้งล่าสุด 2022-10-28
วันที่เผยแพร่ 2019-10-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา 京东启明星
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/sunui/export-to-markdown
URL หน้าช่วยเหลือ https://github.com/sunui/export-to-markdown
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/github.com\/xitu\/gold-miner\/new\/master\/article\/2020*"
            ],
            "js": [
                "scripts\/github.js"
            ]
        },
        {
            "matches": [
                "*:\/\/github.com\/xitu\/gold-miner\/issues\/new*"
            ],
            "js": [
                "scripts\/newissue.js"
            ]
        },
        {
            "matches": [
                "*:\/\/github.com\/xitu\/gold-miner*"
            ],
            "js": [
                "scripts\/wiki.js",
                "scripts\/delay.js"
            ]
        }
    ],
    "name": "Export to Markdown\uff08\u6398\u91d1\u7ffb\u8bd1\u8ba1\u5212\u7248\uff09",
    "short_name": "ExportToMarkdown",
    "icons": {
        "128": "icons\/medium.png",
        "64": "icons\/medium-64.png",
        "48": "icons\/medium-48.png",
        "16": "icons\/medium-16.png"
    },
    "manifest_version": 2,
    "homepage_url": "https:\/\/github.com\/sunui\/export-to-markdown",
    "version": "0.5.7",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Export to Markdown\uff08\u6398\u91d1\u7ffb\u8bd1\u8ba1\u5212\u7248\uff09",
        "default_icon": "icons\/medium.png",
        "default_popup": "popup.html"
    },
    "description": "This is utilized to export the story in Medium to a markdown format file."
}