Markdown to Plain

Convert markdown to plain text.

Markdown to Plain là gì?

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

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

screenshot

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

Tải xuống các tệp mở rộng Markdown to Plain 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

                        Convert markdown to plain text.

■Features
- Click the icon of this extension and open the editor to convert.

■OSS
This extension is OSS. See https://github.com/mtgto/markdown-to-plain .                    

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

Tên Markdown to Plain Markdown to Plain
ID kcfemfieficedfhplhkmlpeddpkgiaok
URL Chính Thức https://chromewebstore.google.com/detail/markdown-to-plain/kcfemfieficedfhplhkmlpeddpkgiaok
Mô tả Convert markdown to plain text.
Kích Thước Tệp 110 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2020-07-19
Ngày Phát Hành 2019-07-15
Nhà Phát Triển mtgto
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mtgto/markdown-to-plain
URL Trang Trợ Giúp https://github.com/mtgto/markdown-to-plain
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "1.1.0",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "author": "mtgto",
    "homepage_url": "https:\/\/github.com\/mtgto\/markdown-to-plain",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "browser_action": {
        "default_popup": "popup.html"
    }
}