Markdown Preview
Preview markdown text.
Markdown Previewคืออะไร?
Markdown Preview เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Preview markdown text."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Markdown Preview
ดาวน์โหลดไฟล์ส่วนขยาย Markdown Preview ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Several websites now allow you to enter text that support markdown (e.g. StackOverflow, GitHub), but not all sites will let you preview what the output will look like before posting. This extension will give you the ability to preview before posting markdown text. Github also supports markdown README files in your repositories, which makes reading README files easier. If you write your README files in a text editor (e.g. Vim, Notepad++, etc) there is no preview, thus the reason for this extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Markdown Preview |
ID | hpdcheheebhjfkbdbialimlbhoopehil |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/markdown-preview/hpdcheheebhjfkbdbialimlbhoopehil |
คำอธิบาย | Preview markdown text. |
ขนาดไฟล์ | 31.09 KB |
จำนวนการติดตั้ง | 1,678 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2013-08-24 |
วันที่เผยแพร่ | 2013-08-24 |
คะแนน | 3.85/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/erichschroeter/markdown-chrome-extension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Markdown Preview", "version": "1.2", "description": "Preview markdown text.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_title": "Open Markdown Preview Tab" } } |