Markdown Preview
Preview markdown text.
Apa itu Markdown Preview?
Markdown Preview adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Preview markdown text.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Markdown Preview
Unduh file ekstensi Markdown Preview dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Markdown Preview |
ID | hpdcheheebhjfkbdbialimlbhoopehil |
URL Resmi | https://chromewebstore.google.com/detail/markdown-preview/hpdcheheebhjfkbdbialimlbhoopehil |
Deskripsi | Preview markdown text. |
Ukuran File | 31.09 KB |
Jumlah Instalasi | 1,678 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2013-08-24 |
Tanggal Publikasi | 2013-08-24 |
Penilaian | 3.85/5 Total 13 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/erichschroeter/markdown-chrome-extension |
Bahasa yang Didukung | 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" } } |