Wordeep Proofreading

Wordeep Proofreading

Wordeep Proofreading란 무엇입니까?

Wordeep Proofreading은(는) https://wordeep.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Wordeep Proofreading"입니다.

확장 프로그램 스크린샷

screenshot

Wordeep Proofreading 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Wordeep Proofreading Wordeep Proofreading
ID olmmaccabblmaegeofmeidedoahadlkp
공식 URL https://chromewebstore.google.com/detail/wordeep-proofreading/olmmaccabblmaegeofmeidedoahadlkp
설명 Wordeep Proofreading
파일 크기 249 KB
설치 횟수 5,854
현재 버전 2.0.84
최근 업데이트 2024-02-02
출시 날짜 2020-06-03
평점 4.52/5 총 21 개의 평점
개발자 https://wordeep.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wordeep.com
도움말 페이지 URL https://wordeep.com
개인정보 보호 정책 페이지 URL https://wordeep.com/privacy-and-terms
지원되는 언어 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"
}