Markdown Cheatsheet

This extension shows markdown cheatsheet

What is Markdown Cheatsheet?

Markdown Cheatsheet is a Chrome extension developed by greybax, and its main feature is "This extension shows markdown cheatsheet".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

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 handy markdown cheatsheet. For now you shouldn't remember any markdown tag and surf the internet that found it. Just one click to this extension and you can see all markdown tags. It's very useful extension if we work a lot of with markdown. 

Updates:

* v2.2.0 - manifest v3
* v2.1.0 - ability to copy the text via copy button

Features:

2 Tabs with Markdown syntaxes:
* Basic Markdown
* GitHub Markdown Flavored (GFM).                    

Extension Basic Information

Name Markdown Cheatsheet Markdown Cheatsheet
ID hoglmefbfenoehjeblinfijldanifljm
Official URL https://chromewebstore.google.com/detail/markdown-cheatsheet/hoglmefbfenoehjeblinfijldanifljm
Description This extension shows markdown cheatsheet
File Size 79.84 KB
Installation Count 1,062
Current Version 2.2.1
Last Updated 2022-09-26
Publish Date 2018-11-13
Rating 5.00/5 Total 8 Ratings
Developer greybax
Email [email protected]
Payment Type free
Extension Website https://github.com/greybax/MarkdownCheatsheet
Help Page URL https://github.com/greybax/MarkdownCheatsheet/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Markdown Cheatsheet",
    "description": "This extension shows markdown cheatsheet",
    "action": {
        "default_icon": "images\/default_icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "version": "2.2.1"
}