有道写作

有道英文写作批改工具

Cos'è 有道写作?

有道写作 è un'estensione di Chrome sviluppata da https://write.youdao.com, e la sua funzione principale è "有道英文写作批改工具".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 有道写作

Scarica i file di estensione 有道写作 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome 有道写作 有道写作
ID pihneiihahcfmjfegfjodnbiienlbpkm
URL Ufficiale https://chromewebstore.google.com/detail/%E6%9C%89%E9%81%93%E5%86%99%E4%BD%9C/pihneiihahcfmjfegfjodnbiienlbpkm
Descrizione 有道英文写作批改工具
Dimensione del File 1.94 MB
Conteggio Installazioni 6,000
Versione Corrente 1.0.7
Ultimo Aggiornamento 2020-11-25
Data di Pubblicazione 2020-11-02
Valutazione 4.50/5 Totale 6 Valutazioni
Sviluppatore https://write.youdao.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://write.youdao.com/
URL della Pagina di Aiuto https://write.youdao.com/
URL della Pagina della Politica sulla Privacy https://c.youdao.com/dict/law/youdao_agreement/privacy.html
Lingue Supportate 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';"
}