Github Readme Markdown

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

Github Readme Markdownคืออะไร?

Github Readme Markdown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anantrungta1999 และคุณลักษณะหลักของมันคือ "So, Now don't worry about remembring markup, coz it's right there."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Readme Markdown

ดาวน์โหลดไฟล์ส่วนขยาย Github Readme Markdown ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        :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]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Github Readme Markdown Github Readme Markdown
ID paacehodnnofnmhogoclomamladkpabg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/github-readme-markdown/paacehodnnofnmhogoclomamladkpabg
คำอธิบาย So, Now don't worry about remembring markup, coz it's right there.
ขนาดไฟล์ 14.59 KB
จำนวนการติดตั้ง 320
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2019-07-18
วันที่เผยแพร่ 2019-07-18
คะแนน 4.38/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา anantrungta1999
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Anant016/github-readme-markdown-chrome-extension
URL หน้าช่วยเหลือ https://github.com/Anant016/github-readme-markdown-chrome-extension
ภาษาที่รองรับ 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"
    }
}