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 |
官方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" } } |