Markdown File Reader
Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.
什么是Markdown File Reader?
Markdown File Reader是由leewind19841209开发的Chrome扩展程序,该扩展的主要功能是“Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.”。
扩展截图
下载Markdown File Reader扩展crx文件
下载Markdown File Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Markdown File Reader |
ID | afcmlpnpmdljjlcpmlcnlokilglejfga |
官方URL | https://chromewebstore.google.com/detail/markdown-file-reader/afcmlpnpmdljjlcpmlcnlokilglejfga |
简介 | Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html. |
文件大小 | 62.25 KB |
安装次数 | 714 |
当前版本 | 0.2 |
更新时间 | 2013-12-27 |
上架时间 | 2013-12-27 |
评分 | 3.00/5 共2次评分 |
开发者 | leewind19841209 |
付费类型 | free |
支持的语言 | 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 } |