火龙果校对-智能检查错别字

火龙果是全世界第一款中文和英文双语校对工具,比 Grammarly、写作猫更好用。

What is 火龙果校对-智能检查错别字?

火龙果校对-智能检查错别字 is a Chrome extension developed by shannonpitaya, and its main feature is "火龙果是全世界第一款中文和英文双语校对工具,比 Grammarly、写作猫更好用。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 火龙果校对-智能检查错别字 Extension CRX File

Download 火龙果校对-智能检查错别字 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        火龙果可以进行 “中文和英文双语语法检查”,是全世界第一款中文和英文双语的校对工具。
比grammarly、写作猫更好用的文本校对效果。

使用火龙果你可以:
流畅书写邮件、文档和信息;
快速发现拼写和语法错误;
节省文本检查时间;
不止检查错别字,火龙果还会对你的时态、搭配、语法问题给出更多建议。Gmail, QQ 和网易邮箱、公众号、知乎、简书、Linkedin, 无论你在哪里写作,火龙果都能帮你检查语法。                    

Extension Basic Information

Name 火龙果校对-智能检查错别字 火龙果校对-智能检查错别字
ID ihlkambfkgaibbllbkakpnlacinaimmd
Official URL https://chromewebstore.google.com/detail/%E7%81%AB%E9%BE%99%E6%9E%9C%E6%A0%A1%E5%AF%B9-%E6%99%BA%E8%83%BD%E6%A3%80%E6%9F%A5%E9%94%99%E5%88%AB%E5%AD%97/ihlkambfkgaibbllbkakpnlacinaimmd
Description 火龙果是全世界第一款中文和英文双语校对工具,比 Grammarly、写作猫更好用。
File Size 144 KB
Installation Count 5,097
Current Version 0.2.0
Last Updated 2021-09-29
Publish Date 2020-10-28
Rating 4.73/5 Total 11 Ratings
Developer shannonpitaya
Email [email protected]
Payment Type free
Extension Website https://mypitaya.com
Help Page URL https://mypitaya.com
Privacy Policy Page URL https://mypitaya.com/html/policy.html
Supported Languages zh-CN
manifest.json
{
    "manifest_version": 2,
    "short_name": "\u706b\u9f99\u679c\u6821\u5bf9",
    "name": "\u706b\u9f99\u679c\u6821\u5bf9-\u667a\u80fd\u68c0\u67e5\u9519\u522b\u5b57",
    "description": "\u706b\u9f99\u679c\u662f\u5168\u4e16\u754c\u7b2c\u4e00\u6b3e\u4e2d\u6587\u548c\u82f1\u6587\u53cc\u8bed\u6821\u5bf9\u5de5\u5177\uff0c\u6bd4 Grammarly\u3001\u5199\u4f5c\u732b\u66f4\u597d\u7528\u3002",
    "version": "0.2.0",
    "icons": {
        "128": ".\/icon_128.png",
        "16": ".\/img\/icon16.png",
        "32": ".\/img\/icon32.png",
        "48": ".\/img\/icon48.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "cookies",
        "https:\/\/*.mypitaya.com\/"
    ],
    "browser_action": {
        "default_icon": ".\/img\/icon32.png",
        "default_title": "\u706b\u9f99\u679c\u667a\u80fd\u6539\u9519",
        "default_popup": ".\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "homepage_url": "https:\/\/mypitaya.com",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}