Markdown Preview
Preview markdown text.
¿Qué es Markdown Preview?
Markdown Preview es una extensión de Chrome desarrollada por Unknown, y su función principal es "Preview markdown text.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Markdown Preview
Descarga archivos de extensión Markdown Preview en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Markdown Preview |
ID | hpdcheheebhjfkbdbialimlbhoopehil |
URL Oficial | https://chromewebstore.google.com/detail/markdown-preview/hpdcheheebhjfkbdbialimlbhoopehil |
Descripción | Preview markdown text. |
Tamaño del Archivo | 31.09 KB |
Cantidad de Instalaciones | 1,678 |
Versión Actual | 1.2 |
Última Actualización | 2013-08-24 |
Fecha de Publicación | 2013-08-24 |
Calificación | 3.85/5 Total de 13 Calificaciones |
Desarrollador | Unknown |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/erichschroeter/markdown-chrome-extension |
Idiomas Soportados | 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" } } |