Wordeep Proofreading

Wordeep Proofreading

Wordeep Proofreading là gì?

Wordeep Proofreading là một tiện ích mở rộng Chrome được phát triển bởi https://wordeep.com, và tính năng chính của nó là "Wordeep Proofreading".

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

screenshot

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

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

                        Automatic real-time English text correction, on any website.

Wordeep will automatically correct your grammar and spelling mistakes. Use our grammar checker to improve your writing, find all the grammatical and spelling errors, and more. Wordeep is an artificial intelligence extension that helps you improve your writing, as you type on the computer.

How to use:

Simply install the extension and surf any website to see the magic happen.

This is more than a spelling or punctuation correction:
* You are welcome to compare it to tools like Grammarly, ProWritingAid, Ginger, Whitesmoke, and others.
* It catches three times more errors than other tools.
* All data is secured without human intervention.

For any feedback or support, please write to us on our website. We love to get feedback.

See our Google Docs extension as well: https://chrome.google.com/webstore/detail/nhedncoeppgaelddhokmikcaecmppgmh

For all browsers support see here: https://wordeep.com/browsers

Wordeep - Better Writing Through Artificial Intelligence - https://wordeep.com


By installing this extension, you agree to our Terms and Conditions and Privacy Policy: https://wordeep.com/privacy-and-terms.                    

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

Tên Wordeep Proofreading Wordeep Proofreading
ID olmmaccabblmaegeofmeidedoahadlkp
URL Chính Thức https://chromewebstore.google.com/detail/wordeep-proofreading/olmmaccabblmaegeofmeidedoahadlkp
Mô tả Wordeep Proofreading
Kích Thước Tệp 249 KB
Số Lần Cài Đặt 5,854
Phiên Bản Hiện Tại 2.0.84
Cập Nhật Lần Cuối 2024-02-02
Ngày Phát Hành 2020-06-03
Đánh Giá 4.52/5 Tổng số 21 Đánh Giá
Nhà Phát Triển https://wordeep.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wordeep.com
URL Trang Trợ Giúp https://wordeep.com
URL Trang Chính Sách Bảo Mật https://wordeep.com/privacy-and-terms
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "manifest_version": 3,
    "version": "2.0.84",
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "wordeep.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "webNavigation",
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html",
        "default_title": "Wordeep"
    },
    "content_scripts": [
        {
            "js": [
                "wordeep.js"
            ],
            "css": [],
            "all_frames": true,
            "match_about_blank": true,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Wordeep Proofreading",
    "icons": {
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "name": "Wordeep Proofreading",
    "short_name": "Wordeep",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}