Markdown Preview

Preview markdown text.

Markdown Preview là gì?

Markdown Preview là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Preview markdown text.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Markdown Preview

Tải xuống các tệp mở rộng Markdown Preview dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Markdown Preview Markdown Preview
ID hpdcheheebhjfkbdbialimlbhoopehil
URL Chính Thức https://chromewebstore.google.com/detail/markdown-preview/hpdcheheebhjfkbdbialimlbhoopehil
Mô tả Preview markdown text.
Kích Thước Tệp 31.09 KB
Số Lần Cài Đặt 1,678
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2013-08-24
Ngày Phát Hành 2013-08-24
Đánh Giá 3.85/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/erichschroeter/markdown-chrome-extension
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}