Duolingo Text Editor
Simplifies the formatting of comments and posts. Provides a preview.
Duolingo Text Editor là gì?
Duolingo Text Editor là một tiện ích mở rộng Chrome được phát triển bởi Nazar Bodan, và tính năng chính của nó là "Simplifies the formatting of comments and posts. Provides a preview.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Duolingo Text Editor
Tải xuống các tệp mở rộng Duolingo Text Editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Duolingo Text Editor |
ID | lminlegkokddakonaglakjgailkoaeak |
URL Chính Thức | https://chromewebstore.google.com/detail/duolingo-text-editor/lminlegkokddakonaglakjgailkoaeak |
Mô tả | Simplifies the formatting of comments and posts. Provides a preview. |
Kích Thước Tệp | 725 KB |
Số Lần Cài Đặt | 170 |
Phiên Bản Hiện Tại | 0.2.2 |
Cập Nhật Lần Cuối | 2020-08-14 |
Ngày Phát Hành | 2020-08-03 |
Đánh Giá | 4.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Nazar Bodan |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |