火山写作 Writingo:免费的中英文写作助手

免费的 AI 辅助写作插件,智能纠错、润色、改写,让你的中英文写作更准确地道!

Hvad er 火山写作 Writingo:免费的中英文写作助手?

火山写作 Writingo:免费的中英文写作助手 er en Chrome-udvidelse udviklet af Writingo.net, og dens hovedfunktion er "免费的 AI 辅助写作插件,智能纠错、润色、改写,让你的中英文写作更准确地道!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download 火山写作 Writingo:免费的中英文写作助手-udvidelses-CRX-fil

Download 火山写作 Writingo:免费的中英文写作助手-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        火山写作插件是一款【免费】的、专为中英文写作而设计的工具,它可以为你提供实时建议和辅助,让你的文本更为准确、流畅和地道。

在你输入文本时,火山写作将实时检测你的文本,并提供写作建议。让你在写作过程中不再担心用语错误和表达恰当性,从而更加专注于内容的创作。

目前支持的功能如下:
【中文】
* 错别字纠正
【英文】
* 拼写检查
* 语法检查
* 多风格润色 —— 支持 通用/正式/礼貌/通俗 四种风格,帮助你在邮件、社交媒体等场景下找到更恰当的表达
* 多样化同义改写 —— 帮助你探索表达的更多可能性,提升表达丰富度

火山写作插件可以帮助你在写作中更加专注、准确、流畅地表达。无论你是在写中文还是英文,无论是在写作业还是邮件。试试火山写作插件,让写作变得更简单、更高效!

-------------------------------------

Writingo is a FREE tool designed specifically for Chinese and English writing. It provides real-time suggestions and assistance to make your text more accurate, fluent, and authentic.
As you type, Writingo checks your text in real-time and provides writing suggestions, allowing you to focus on content creation without worrying about language or expression errors.

The following features are currently supported:
【For Chinese】
* Typo correction
【For English】
* Spell check
* Grammar check
* Polishing - [Supports 4 styles of polishing: General/Formal/Polite/Casual, helping you find the most appropriate expression in emails, social media, and other scenarios.]
* Paraphrase - [Helps you explore more possibilities for expression and enhance their richness.]

Writingo can help you express yourself in writing with more focus, accuracy, and fluency. Whether you're writing in Chinese or English, for homework or emails, go with Writingo to make writing easier and more efficient!                    

Grundlæggende oplysninger om udvidelsen

Navn 火山写作 Writingo:免费的中英文写作助手 火山写作 Writingo:免费的中英文写作助手
ID jmfpofgbfdbigfljjiehacgdaeamjkoi
Officiel URL https://chromewebstore.google.com/detail/%E7%81%AB%E5%B1%B1%E5%86%99%E4%BD%9C-writingo%EF%BC%9A%E5%85%8D%E8%B4%B9%E7%9A%84%E4%B8%AD%E8%8B%B1%E6%96%87%E5%86%99%E4%BD%9C%E5%8A%A9%E6%89%8B/jmfpofgbfdbigfljjiehacgdaeamjkoi
Beskrivelse 免费的 AI 辅助写作插件,智能纠错、润色、改写,让你的中英文写作更准确地道!
Filstørrelse 408 KB
Antal Installationer 6,128
Nuværende Version 1.1.3
Senest Opdateret 2023-05-08
Udgivelsesdato 2023-04-12
Bedømmelse 4.29/5 Samlet 7 Bedømmelser
Udvikler Writingo.net
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://writingo.net
URL til Fortrolighedspolitik Side ​https://writingo.net/privacypolicy
Understøttede Sprog zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "92",
    "version": "1.1.3",
    "author": "\u706b\u5c71\u5199\u4f5c",
    "name": "\u706b\u5c71\u5199\u4f5c Writingo\uff1a\u514d\u8d39\u7684\u4e2d\u82f1\u6587\u5199\u4f5c\u52a9\u624b",
    "description": "\u514d\u8d39\u7684 AI \u8f85\u52a9\u5199\u4f5c\u63d2\u4ef6\uff0c\u667a\u80fd\u7ea0\u9519\u3001\u6da6\u8272\u3001\u6539\u5199\uff0c\u8ba9\u4f60\u7684\u4e2d\u82f1\u6587\u5199\u4f5c\u66f4\u51c6\u786e\u5730\u9053\uff01",
    "homepage_url": "https:\/\/writingo.net\/document",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "64": "icon64.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "chunks\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}