Duolingo Text Editor
Simplifies the formatting of comments and posts. Provides a preview.
Duolingo Text Editorคืออะไร?
Duolingo Text Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nazar Bodan และคุณลักษณะหลักของมันคือ "Simplifies the formatting of comments and posts. Provides a preview."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Duolingo Text Editor
ดาวน์โหลดไฟล์ส่วนขยาย Duolingo Text Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Writing comments or posts will be easy with the Duolingo Text Editor. You no longer need to memorize a bunch of rules for formatting code. The main features of the editor: - Bold - Italic - Strikethrough - Headers: - Heading 2 - Heading 3 - Heading 4 - Heading 5 - Heading 6 - Highlighted text - Quote - New line (100%) - Insert horizontal line - Create a link - Insert an image - Undo - Redo - Preview!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Duolingo Text Editor |
ID | lminlegkokddakonaglakjgailkoaeak |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/duolingo-text-editor/lminlegkokddakonaglakjgailkoaeak |
คำอธิบาย | Simplifies the formatting of comments and posts. Provides a preview. |
ขนาดไฟล์ | 725 KB |
จำนวนการติดตั้ง | 170 |
เวอร์ชันปัจจุบัน | 0.2.2 |
อัปเดตครั้งล่าสุด | 2020-08-14 |
วันที่เผยแพร่ | 2020-08-03 |
คะแนน | 4.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Nazar Bodan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Duolingo Text Editor", "version": "0.2.2", "description": "Simplifies the formatting of comments and posts. Provides a preview.", "content_scripts": [ { "matches": [ "http:\/\/forum.duolingo.com\/*", "https:\/\/forum.duolingo.com\/*" ], "css": [ "css\/font-awesome.min.css", "dist\/main.css" ], "js": [ "dist\/main.js" ] } ], "web_accessible_resources": [ "fonts\/FontAwesome.otf", "fonts\/fontawesome-webfont.eot", "fonts\/fontawesome-webfont.svg", "fonts\/fontawesome-webfont.ttf", "fonts\/fontawesome-webfont.woff", "fonts\/fontawesome-webfont.woff2" ], "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png", "256": "icons\/icon_256.png" } } |