Markdown Outline for GitHub
It will show you the outline of the markdown file on GitHub.
Markdown Outline for GitHubคืออะไร?
Markdown Outline for GitHub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mitsuruog และคุณลักษณะหลักของมันคือ "It will show you the outline of the markdown file on GitHub."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Markdown Outline for GitHub
ดาวน์โหลดไฟล์ส่วนขยาย Markdown Outline for GitHub ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It will show you the outline of the markdown file on GitHub and Gist.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Markdown Outline for GitHub |
ID | nkbceicafhlobddjmlflmhbloffdekcd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/markdown-outline-for-gith/nkbceicafhlobddjmlflmhbloffdekcd |
คำอธิบาย | It will show you the outline of the markdown file on GitHub. |
ขนาดไฟล์ | 31.85 KB |
จำนวนการติดตั้ง | 47 |
เวอร์ชันปัจจุบัน | 0.1.3 |
อัปเดตครั้งล่าสุด | 2020-09-12 |
วันที่เผยแพร่ | 2020-06-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | mitsuruog |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mitsuruog/markdown-outline-for-github |
URL หน้าช่วยเหลือ | https://github.com/mitsuruog/markdown-outline-for-github/issues |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.3", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "assets\/icons\/icon-16.png", "128": "assets\/icons\/icon-128.png" }, "default_locale": "ja", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": false } ] } |