Markdown Preview
Preview markdown text.
什麼是Markdown Preview?
Markdown Preview是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Preview markdown text.”。
擴展截圖
下載Markdown Preview擴展crx文件
下載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 |
官方網址 | 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" } } |