Markdown Preview
Preview markdown text.
Qu'est-ce que Markdown Preview ?
Markdown Preview est une extension Chrome développée par Unknown, et sa fonction principale est "Preview markdown text.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Markdown Preview
Téléchargez les fichiers d'extension Markdown Preview au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Markdown Preview |
ID | hpdcheheebhjfkbdbialimlbhoopehil |
URL Officiel | https://chromewebstore.google.com/detail/markdown-preview/hpdcheheebhjfkbdbialimlbhoopehil |
Description | Preview markdown text. |
Taille du Fichier | 31.09 KB |
Nombre d'Installations | 1,678 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2013-08-24 |
Date de Publication | 2013-08-24 |
Évaluation | 3.85/5 Total 13 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/erichschroeter/markdown-chrome-extension |
Langues Prises en Charge | 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" } } |