Github Readme Markdown

So, Now don't worry about remembring markup, coz it's right there.

What is Github Readme Markdown?

Github Readme Markdown is a Chrome extension developed by anantrungta1999, and its main feature is "So, Now don't worry about remembring markup, coz it's right there.".

Extension Screenshots

screenshot

Download Github Readme Markdown Extension CRX File

Download Github Readme Markdown 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

                        :smiley: It is a simple markdown for readme.md files at instant. This extension is specially for Github users to easily write their most important part - "The Documentation", very easily, without searching for markdown at other pages.
How to use?
1. Just Add it to your browser
2. That's it!!
Whenever editing a Readme.md file, this extra option will show automatically. [See picture]                    

Extension Basic Information

Name Github Readme Markdown Github Readme Markdown
ID paacehodnnofnmhogoclomamladkpabg
Official URL https://chromewebstore.google.com/detail/github-readme-markdown/paacehodnnofnmhogoclomamladkpabg
Description So, Now don't worry about remembring markup, coz it's right there.
File Size 14.59 KB
Installation Count 320
Current Version 1.5
Last Updated 2019-07-18
Publish Date 2019-07-18
Rating 4.38/5 Total 13 Ratings
Developer anantrungta1999
Email [email protected]
Payment Type free
Extension Website https://github.com/Anant016/github-readme-markdown-chrome-extension
Help Page URL https://github.com/Anant016/github-readme-markdown-chrome-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "https:\/\/github.com\/Anant016",
    "name": "Github Readme Markdown",
    "icons": {
        "16": "git16.png",
        "48": "git48.png",
        "128": "git128.png"
    },
    "version": "1.5",
    "description": "So, Now don't worry about remembring markup, coz it's right there.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/new*.md*",
                "https:\/\/github.com\/*\/edit*.md*",
                "https:\/\/github.com\/*\/new*.MD*",
                "https:\/\/github.com\/*\/edit*.MD*",
                "https:\/\/github.com\/*\/edit*readme",
                "https:\/\/github.com\/*\/new*readme"
            ],
            "js": [
                "showoption.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "git16.png",
        "default_popup": "popup.html"
    }
}