有道写作

有道英文写作批改工具

什么是有道写作?

有道写作是由https://write.youdao.com开发的Chrome扩展程序,该扩展的主要功能是“有道英文写作批改工具”。

扩展截图

screenshot
screenshot

下载有道写作扩展crx文件

下载有道写作扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

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

扩展基本信息

名称 有道写作 有道写作
ID pihneiihahcfmjfegfjodnbiienlbpkm
官方URL https://chromewebstore.google.com/detail/%E6%9C%89%E9%81%93%E5%86%99%E4%BD%9C/pihneiihahcfmjfegfjodnbiienlbpkm
简介 有道英文写作批改工具
文件大小 1.94 MB
安装次数 6,000
当前版本 1.0.7
更新时间 2020-11-25
上架时间 2020-11-02
评分 4.50/5 共6次评分
开发者 https://write.youdao.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://write.youdao.com/
帮助页面URL https://write.youdao.com/
隐私政策页面URL https://c.youdao.com/dict/law/youdao_agreement/privacy.html
支持的语言 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';"
}