Word Editor

A free & easy-to-use word editor extension for your browser.

Word Editor là gì?

Word Editor là một tiện ích mở rộng Chrome được phát triển bởi Keller, và tính năng chính của nó là "A free & easy-to-use word editor extension for your browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Word Editor

Tải xuống các tệp mở rộng Word 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

                        Word Editor, is a free and open-source text/document editor extension for your browser.

Word Editor is very similar to popular word processor apps available in the market, except, it works inside your browser without the need for any external plug-ins or software. You can open any text or HTML document with this add-on, and save the result in HTML format.

Please note that this add-on works with HTML document extension, in other words, all the input/output files need to be in the HTML format. Currently, it does not support other famous document formats such as .doc, .docx or etc. However, you can copy text from other software (such as MS word, webpage, etc.) and paste it in the add-on (preserving all the styles).

Since extensions, in general, do not have access to the hard drive in order to save files, this add-on uses the download API to gain file I/O access. Therefore, all the operations related to file storage are happening in the default download folder in your browser. If you want to change this folder, please head to the extensions tab in your browser, search for download settings and update the default folder to where you prefer.

Word Editor is built on top of the famous TinyMCE JavaScript library (https://github.com/tinymce/tinymce). Once you open the app for the first time, you will see a blank screen with a toolbar on top. Simply type or paste your document, and at the end, click on the save button (File > Save) to download the document as an HTML file in your system (default download location).

If you have a feature request or found a bug to report, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/word-editor.html).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Word Editor Word Editor
ID fehbhooigaekgcjecehkiflmflofpdke
URL Chính Thức https://chromewebstore.google.com/detail/word-editor/fehbhooigaekgcjecehkiflmflofpdke
Mô tả A free & easy-to-use word editor extension for your browser.
Kích Thước Tệp 672 KB
Số Lần Cài Đặt 4,343
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2022-03-10
Ngày Phát Hành 2019-05-04
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Keller
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mybrowseraddon.com/word-editor.html
URL Trang Trợ Giúp https://mybrowseraddon.com/word-editor.html
URL Trang Chính Sách Bảo Mật https://mybrowseraddon.com/privacy-policy/keller.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "manifest_version": 3,
    "name": "Word Editor",
    "offline_enabled": true,
    "short_name": "word-editor",
    "permissions": [
        "storage",
        "downloads",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/word-editor.html",
    "description": "A free & easy-to-use word editor extension for your browser.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Word Editor",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}