Markdown to Plain

Convert markdown to plain text.

Markdown to Plainคืออะไร?

Markdown to Plain เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mtgto และคุณลักษณะหลักของมันคือ "Convert markdown to plain text."

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

screenshot

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

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

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

                        Convert markdown to plain text.

■Features
- Click the icon of this extension and open the editor to convert.

■OSS
This extension is OSS. See https://github.com/mtgto/markdown-to-plain .                    

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

ชื่อ Markdown to Plain Markdown to Plain
ID kcfemfieficedfhplhkmlpeddpkgiaok
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/markdown-to-plain/kcfemfieficedfhplhkmlpeddpkgiaok
คำอธิบาย Convert markdown to plain text.
ขนาดไฟล์ 110 KB
จำนวนการติดตั้ง 67
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2020-07-19
วันที่เผยแพร่ 2019-07-15
ผู้พัฒนา mtgto
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mtgto/markdown-to-plain
URL หน้าช่วยเหลือ https://github.com/mtgto/markdown-to-plain
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "1.1.0",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "author": "mtgto",
    "homepage_url": "https:\/\/github.com\/mtgto\/markdown-to-plain",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "browser_action": {
        "default_popup": "popup.html"
    }
}