ConstEdit Word Processor
ConstEdit word processor is an html document editor. It supports voice typing, html5 sections and external stylesheets.
ConstEdit Word Processorคืออะไร?
ConstEdit Word Processor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.constedit.com และคุณลักษณะหลักของมันคือ "ConstEdit word processor is an html document editor. It supports voice typing, html5 sections and external stylesheets."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ConstEdit Word Processor
ดาวน์โหลดไฟล์ส่วนขยาย ConstEdit Word Processor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Changes of the current version since the last update : - Fixed. The validation on the link url is now performed properly, when a link is added or changed. Previously the validation was simply skipped. - Changed. The number of Auto-Convert mapping items is increased from 50 to 99. ConstEdit is a word processor that writes documents in the html format. No coding skill on html is required. Numerous popup tool-tips are set into the user interface extensively to help you get familiarized quickly. It is not an online html editor that relies on connecting to an internet service. It works locally in your device for more data security and performance. It provides all the editing functionality that you would expect from a regular word processor, such as rich text editing, spell-checking, auto-capitalization, and auto-correction. The features mentioned below however make ConstEdit stand out from other editors. 1. Document Sections Structure. You can visualize and manage your doc sections structure conveniently with drag-and-drop. 2. Separation of formatting from authoring. Formatting of document is done automatically by assigning an external stylesheet to your doc. You can now concentrate on your authoring. Elements in your doc is formatted automatically on-the-fly as you type, according to the stylesheet. Writing a doc is just as simple as using the plain text format. 3. Design Html Stylesheets. With ConstEdit, you can design and generate your own custom stylesheets for use with your documents. ConstEdit comes with 4 ready-to-use stylesheets. 4. Voice Typing. ConstEdit supports text input through voice typing with Speech Recognition. 5. Footnotes. You can set footnotes conveniently and you can switch quickly between the locations of the legs of the footnotes. 6. Html Code Editor. If you are a developer, you may use the ConstEdit + Developer Tools combo as a simple and handy html source code editor. 7. Copy Html for Bloggers. You can make use of "Copy Html" to copy your content as Html code to paste into your blog authoring tool, if your tool accepts Html code (such as Google Blogger). This way you can prepare complicated formats such as Table for your blogs conveniently. 8. Other features. Common capabilities of regular word processors are of course also supported by ConstEdit : e.g. auto-numbering of sections / tables / figures / footnote, auto-capitalization, auto-convert, spell-check, etc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ConstEdit Word Processor |
ID | nmedmnaifobfgcamlonhoaejnklcapdi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/constedit-word-processor/nmedmnaifobfgcamlonhoaejnklcapdi |
คำอธิบาย | ConstEdit word processor is an html document editor. It supports voice typing, html5 sections and external stylesheets. |
ขนาดไฟล์ | 3.2 MB |
จำนวนการติดตั้ง | 234 |
เวอร์ชันปัจจุบัน | 4.2.0 |
อัปเดตครั้งล่าสุด | 2023-08-26 |
วันที่เผยแพร่ | 2020-05-20 |
คะแนน | 3.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://www.constedit.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.constedit.com |
URL หน้าช่วยเหลือ | https://www.constedit.com/p/report-bug.html |
URL หน้านโยบายความเป็นส่วนตัว | https://www.constedit.com/p/privacy-policy.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ConstEdit Word Processor", "short_name": "ConstEdit", "version": "4.2.0", "version_name": "4.2.0", "description": "ConstEdit word processor is an html document editor. It supports voice typing, html5 sections and external stylesheets.", "author": "Francis Shum", "minimum_chrome_version": "91.0", "icons": { "16": "img\/ConstEdit.16x16.png", "48": "img\/ConstEdit.48x48.png", "128": "img\/ConstEdit.128x128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "clipboardRead", "clipboardWrite", "declarativeContent", "downloads", "fontSettings", "storage" ], "action": { "default_icon": "img\/icon.png", "default_title": "ConstEdit Html Word Processor", "default_popup": "popup.htm" }, "host_permissions": [ "file:\/\/*\/*" ] } |