Markdown Cheatsheet

This extension displays information on Markdown & Github-flavored Markdown syntax.

What is Markdown Cheatsheet?

Markdown Cheatsheet is a Chrome extension developed by Luke Hansford, and its main feature is "This extension displays information on Markdown & Github-flavored Markdown syntax.".

Download Markdown Cheatsheet Extension CRX File

Download Markdown Cheatsheet 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

                        This is an extension to display syntax for Markdown. It offers syntax for classic Markdown and Github-Flavoured Markdown.                    

Extension Basic Information

Name Markdown Cheatsheet Markdown Cheatsheet
ID emhgildahddanmobbelbokiokpgddadi
Official URL https://chrome.google.com/webstore/detail/markdown-cheatsheet/emhgildahddanmobbelbokiokpgddadi
Description This extension displays information on Markdown & Github-flavored Markdown syntax.
File Size 9.23 KB
Installation Count 14
Current Version 1.1
Last Updated 2016-01-10
Publish Date 2016-01-10
Developer Luke Hansford
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Markdown Cheatsheet",
    "description": "This extension displays information on Markdown & Github-flavored Markdown syntax.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "tabs.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Markdown Cheatsheet"
    }
}