Markdown File Reader
Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.
Markdown File Reader là gì?
Markdown File Reader là một tiện ích mở rộng Chrome được phát triển bởi leewind19841209, và tính năng chính của nó là "Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Markdown File Reader
Tải xuống các tệp mở rộng Markdown File Reader 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
Get source code at https://github.com/leewind/leewind-markdown-md Features: + Transfer markdown file to html file in Chrome + Select different code themes + Auto detect the makrdown files and transfer files
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Markdown File Reader |
ID | afcmlpnpmdljjlcpmlcnlokilglejfga |
URL Chính Thức | https://chromewebstore.google.com/detail/markdown-file-reader/afcmlpnpmdljjlcpmlcnlokilglejfga |
Mô tả | Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html. |
Kích Thước Tệp | 62.25 KB |
Số Lần Cài Đặt | 714 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2013-12-27 |
Ngày Phát Hành | 2013-12-27 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | leewind19841209 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Markdown File Reader", "description": "Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.", "version": "0.2", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "optional_permissions": [ "file:\/\/\/*\/*" ], "background": { "persistent": false, "scripts": [ "common\/base.js", "background.js" ] }, "icons": { "16": "icon\/markdown_16x16.png", "48": "icon\/markdown_48x48.png", "128": "icon\/markdown_128x128.png" }, "browser_action": { "default_title": "Markdown File Reader", "default_icon": "icon\/markdown_128x128.png", "default_popup": "pop.html" }, "manifest_version": 2, "offline_enabled": true } |