GitHub Markdown Printer
Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks.
GitHub Markdown Printerคืออะไร?
GitHub Markdown Printer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jerry1100 และคุณลักษณะหลักของมันคือ "Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Markdown Printer
ดาวน์โหลดไฟล์ส่วนขยาย GitHub Markdown Printer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks. Faster and easier to use than other methods, such as downloading the markdown file and running it through a converter. Works on any page on GitHub or GitHub Enterprise that has a markdown preview. Post issues and suggestions here: https://github.com/jerry1100/github-markdown-printer/issues
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GitHub Markdown Printer |
ID | fehpdlpmcegfpbkgcnaleindodeegapk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-markdown-printer/fehpdlpmcegfpbkgcnaleindodeegapk |
คำอธิบาย | Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks. |
ขนาดไฟล์ | 17.23 KB |
จำนวนการติดตั้ง | 6,054 |
เวอร์ชันปัจจุบัน | 0.12 |
อัปเดตครั้งล่าสุด | 2024-02-17 |
วันที่เผยแพร่ | 2019-10-02 |
คะแนน | 4.77/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | jerry1100 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jerry1100/github-markdown-printer |
URL หน้าช่วยเหลือ | https://github.com/jerry1100/github-markdown-printer/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GitHub Markdown Printer", "version": "0.12", "description": "Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks.", "homepage_url": "https:\/\/github.com\/jerry1100\/github-markdown-printer", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png" }, "default_title": "Print Markdown" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting", "contextMenus" ], "web_accessible_resources": [ { "resources": [ "style.css" ], "matches": [ " |