Markdown Cheatsheet
This extension shows markdown cheatsheet
Markdown Cheatsheetคืออะไร?
Markdown Cheatsheet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย greybax และคุณลักษณะหลักของมันคือ "This extension shows markdown cheatsheet"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Markdown Cheatsheet
ดาวน์โหลดไฟล์ส่วนขยาย Markdown Cheatsheet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Markdown Cheatsheet |
ID | hoglmefbfenoehjeblinfijldanifljm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/markdown-cheatsheet/hoglmefbfenoehjeblinfijldanifljm |
คำอธิบาย | This extension shows markdown cheatsheet |
ขนาดไฟล์ | 79.84 KB |
จำนวนการติดตั้ง | 1,062 |
เวอร์ชันปัจจุบัน | 2.2.1 |
อัปเดตครั้งล่าสุด | 2022-09-26 |
วันที่เผยแพร่ | 2018-11-13 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | greybax |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/greybax/MarkdownCheatsheet |
URL หน้าช่วยเหลือ | https://github.com/greybax/MarkdownCheatsheet/issues |
ภาษาที่รองรับ | 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" } |