Export to Markdown
This is utilized to export the story in Medium to a markdown format file.
Export to Markdownคืออะไร?
Export to Markdown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย neal และคุณลักษณะหลักของมันคือ "This is utilized to export the story in Medium to a markdown format file."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Export to Markdown
ดาวน์โหลดไฟล์ส่วนขยาย Export to Markdown ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension can help you to export blogs in Medium to markdown format files. And you can copy the text with just a click. And the extension is going to support more websites. Your suggestion is appreciated. Supported web sites: https://medium.com https://www.elastic.co/blog https://logz.io/blog This is a open source project. If you are interested, please go to https://github.com/neal1991/export-to-markdown Welcome star or pr. Any suggestion is appreciated.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Export to Markdown |
ID | dodkihcbgpjblncjahodbnlgkkflliim |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/export-to-markdown/dodkihcbgpjblncjahodbnlgkkflliim |
คำอธิบาย | This is utilized to export the story in Medium to a markdown format file. |
ขนาดไฟล์ | 20.4 KB |
จำนวนการติดตั้ง | 1,945 |
เวอร์ชันปัจจุบัน | 0.1.9 |
อัปเดตครั้งล่าสุด | 2019-06-12 |
วันที่เผยแพร่ | 2019-06-10 |
คะแนน | 4.27/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | neal |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/neal1991/export-to-markdown |
URL หน้าช่วยเหลือ | https://github.com/neal1991/export-to-markdown/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Export to Markdown", "short_name": "ExportToMarkdown", "description": "This is utilized to export the story in Medium to a markdown format file.", "version": "0.1.9", "icons": { "16": "icons\/medium-16.png", "48": "icons\/medium-48.png", "64": "icons\/medium-64.png", "128": "icons\/medium.png" }, "permissions": [ "tabs", "https:\/\/*\/*" ], "browser_action": { "default_title": "Export to Markdown", "default_icon": "icons\/medium.png", "default_popup": "popup.html" }, "manifest_version": 2, "homepage_url": "https:\/\/github.com\/neal1991\/export-medium" } |