有道写作

有道英文写作批改工具

Qu'est-ce que 有道写作 ?

有道写作 est une extension Chrome développée par https://write.youdao.com, et sa fonction principale est "有道英文写作批改工具".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension 有道写作

Téléchargez les fichiers d'extension 有道写作 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom 有道写作 有道写作
ID pihneiihahcfmjfegfjodnbiienlbpkm
URL Officiel https://chromewebstore.google.com/detail/%E6%9C%89%E9%81%93%E5%86%99%E4%BD%9C/pihneiihahcfmjfegfjodnbiienlbpkm
Description 有道英文写作批改工具
Taille du Fichier 1.94 MB
Nombre d'Installations 6,000
Version Actuelle 1.0.7
Dernière Mise à Jour 2020-11-25
Date de Publication 2020-11-02
Évaluation 4.50/5 Total 6 Évaluations
Développeur https://write.youdao.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://write.youdao.com/
URL de la Page d'Aide https://write.youdao.com/
URL de la Page de Politique de Confidentialité https://c.youdao.com/dict/law/youdao_agreement/privacy.html
Langues Prises en Charge 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';"
}