Markdown File Reader

Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.

What is Markdown File Reader?

Markdown File Reader is a Chrome extension developed by leewind19841209, and its main feature is "Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Markdown File Reader Extension CRX File

Download Markdown File Reader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Markdown File Reader Markdown File Reader
ID afcmlpnpmdljjlcpmlcnlokilglejfga
Official URL https://chromewebstore.google.com/detail/markdown-file-reader/afcmlpnpmdljjlcpmlcnlokilglejfga
Description Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.
File Size 62.25 KB
Installation Count 714
Current Version 0.2
Last Updated 2013-12-27
Publish Date 2013-12-27
Rating 3.00/5 Total 2 Ratings
Developer leewind19841209
Payment Type free
Supported Languages 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
}