有道写作

有道英文写作批改工具

What is 有道写作?

有道写作 is a Chrome extension developed by https://write.youdao.com, and its main feature is "有道英文写作批改工具".

Extension Screenshots

screenshot
screenshot

Download 有道写作 Extension CRX File

Download 有道写作 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        您可以在任意网页上,通过有道写作-浏览器扩展解析各类输入框、文本框中英文内容的拼写、语法、样式、词级润色等不足,并根据智能建议进行修改,实现完美写作。

1、智能识别100多种错误类型,包括拼写错误、词语搭配错误、时态错误、词汇冗余、词汇缺失、词汇混淆、单复数错误、冠词误用等;
2、在Web端、移动端、Windows客户端以及Word中,都可以使用有道写作产品;
3、提供更多特色功能,如翻译对照、考试评分等,还支持拍照批改;
4、目前已经有数百万学生和白领在使用有道写作。                    

Extension Basic Information

Name 有道写作 有道写作
ID pihneiihahcfmjfegfjodnbiienlbpkm
Official URL https://chromewebstore.google.com/detail/%E6%9C%89%E9%81%93%E5%86%99%E4%BD%9C/pihneiihahcfmjfegfjodnbiienlbpkm
Description 有道英文写作批改工具
File Size 1.94 MB
Installation Count 6,000
Current Version 1.0.7
Last Updated 2020-11-25
Publish Date 2020-11-02
Rating 4.50/5 Total 6 Ratings
Developer https://write.youdao.com
Email [email protected]
Payment Type free
Extension Website https://write.youdao.com/
Help Page URL https://write.youdao.com/
Privacy Policy Page URL https://c.youdao.com/dict/law/youdao_agreement/privacy.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u6709\u9053\u5199\u4f5c",
    "version": "1.0.7",
    "description": "\u6709\u9053\u82f1\u6587\u5199\u4f5c\u6279\u6539\u5de5\u5177",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "tabs",
        "downloads",
        "notifications",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "author": "lijw",
    "background": {
        "persistent": true,
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/logo_pigai18.png"
    },
    "icons": {
        "18": "images\/logo_pigai18.png",
        "36": "images\/logo_pigai36.png",
        "54": "images\/logo_pigai54.png",
        "128": "images\/logo_pigai128.jpg"
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "css": [
                "static\/css\/content.css"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "homepage_url": "http:\/\/write.youdao.com\/",
    "web_accessible_resources": [
        "editor.html",
        "static\/js\/inject.js",
        "assets\/images\/*",
        "static\/*"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/write.youdao.com\/; object-src 'self';"
}