ownsheet
Markdown texts never looked so pretty before.
ownsheetคืออะไร?
ownsheet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sebastian Pältz และคุณลักษณะหลักของมันคือ "Markdown texts never looked so pretty before."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ownsheet
ดาวน์โหลดไฟล์ส่วนขยาย ownsheet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
**features** - converts any markdown text into a neat, tidy and nice looking view - out-of-the-box compatible: just copy and paste any documentation, reference or cheat sheet out there into ownsheet, it'll look nice - and if not, take a look at the ... - included heading converter tool: quickly transform markdown texts into 'ownsheet-friendly' ones - supports Github-Flavored Markdown and HTML as well - built-in table of contents - import / export: Backing up, sharing ownsheet or transferring it to another machine is easy - customizable: Don't like the default colors? Or your boxes are too small/big? Don't worry, you can adjust all that how you please.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ownsheet |
ID | mffibchemnbeleefiicbipeofabkkamj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ownsheet/mffibchemnbeleefiicbipeofabkkamj |
คำอธิบาย | Markdown texts never looked so pretty before. |
ขนาดไฟล์ | 225 KB |
จำนวนการติดตั้ง | 58 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2015-06-11 |
วันที่เผยแพร่ | 2015-06-11 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Sebastian Pältz |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/BastiPaeltz/ownsheet |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ownsheet", "description": "Markdown texts never looked so pretty before.", "version": "1.0.2", "browser_action": { "default_icon": { "19": "images\/document19.png", "38": "images\/document38.png" }, "default_title": "ownsheet", "default_popup": "popup-min.html" }, "icons": { "16": "images\/document16.png", "48": "images\/document48.png", "128": "images\/document.png" }, "permissions": [ "storage" ], "manifest_version": 2 } |