Better Stack Exchange
A revamped text editor that supports markdown, indentation, and more. A cleaner user interface that doesn't get in your way.
Better Stack Exchangeคืออะไร?
Better Stack Exchange เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Titus Woo และคุณลักษณะหลักของมันคือ "A revamped text editor that supports markdown, indentation, and more. A cleaner user interface that doesn't get in your way."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Stack Exchange
ดาวน์โหลดไฟล์ส่วนขยาย Better Stack Exchange ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Stack Exchange the way it was meant to be! ================== EDITOR IMPROVEMENTS (via SimpleMDE and CodeMirror) ================== * indentation * code blocks * markdown * side-by-side edit & live preview * sticky toolbar - never scroll around to insert images or snippets! ================== OTHER IMPROVEMENTS ================== The UI has been touched up in small ways as well to provide a more minimalist experience. For example, the yellow "Formatting hints" box is faded out, and the "new question title" doesn't look like an input box anymore. * sticky top bar * hide stack exchanges sites list in the footer ================== WORKS EVERYWHERE ================== This extension works on all the Stack Exchange sites: Stack Overflow, Super User, Ask Ubuntu, Server Fault, Ask Different, Mathematics, and many more.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ohgloaohphplfbdcbkoobcmbjopjbhnl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/better-stack-exchange/ohgloaohphplfbdcbkoobcmbjopjbhnl |
คำอธิบาย | A revamped text editor that supports markdown, indentation, and more. A cleaner user interface that doesn't get in your way. |
ขนาดไฟล์ | 97.18 KB |
จำนวนการติดตั้ง | 48 |
เวอร์ชันปัจจุบัน | 0.0.5 |
อัปเดตครั้งล่าสุด | 2016-06-21 |
วันที่เผยแพร่ | 2016-06-21 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Titus Woo |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Stack Exchange", "description": "A revamped text editor that supports markdown, indentation, and more. A cleaner user interface that doesn't get in your way.", "version": "0.0.5", "author": "Titus Woo", "homepage_url": "http:\/\/tituswoo.com", "permissions": [ "storage" ], "icons": { "128": "bse-icon.png" }, "options_ui": { "page": "options\/index.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "*:\/\/*.stackoverflow.com\/*", "*:\/\/*.serverfault.com\/*", "*:\/\/*.superuser.com\/*", "*:\/\/*.askubuntu.com\/*", "*:\/\/*.stackapps.com\/*", "*:\/\/*.mathoverflow.net\/*", "*:\/\/*.stackexchange.com\/*" ], "js": [ "content\/index.js" ] } ] } |