有道写作

有道英文写作批改工具

Was ist 有道写作?

有道写作 ist eine Chrome-Erweiterung, die von https://write.youdao.com entwickelt wurde, und ihr Hauptmerkmal ist "有道英文写作批改工具".

Erweiterungsscreenshots

screenshot
screenshot

有道写作-Erweiterungs-CRX-Datei herunterladen

Laden Sie 有道写作-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

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

Grundlegende Informationen zur Erweiterung

Name 有道写作 有道写作
ID pihneiihahcfmjfegfjodnbiienlbpkm
Offizielle URL https://chromewebstore.google.com/detail/%E6%9C%89%E9%81%93%E5%86%99%E4%BD%9C/pihneiihahcfmjfegfjodnbiienlbpkm
Beschreibung 有道英文写作批改工具
Dateigröße 1.94 MB
Installationsanzahl 6,000
Aktuelle Version 1.0.7
Letztes Update 2020-11-25
Veröffentlichungsdatum 2020-11-02
Bewertung 4.50/5 Insgesamt 6 Bewertungen
Entwickler https://write.youdao.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://write.youdao.com/
Hilfeseite URL https://write.youdao.com/
URL der Datenschutzrichtlinien-Seite https://c.youdao.com/dict/law/youdao_agreement/privacy.html
Unterstützte Sprachen 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';"
}