WuCuoZi - Chinese spelling checker

Chinese spelling checker

WuCuoZi - Chinese spelling checkerคืออะไร?

WuCuoZi - Chinese spelling checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wucuozi.com และคุณลักษณะหลักของมันคือ "Chinese spelling checker"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WuCuoZi - Chinese spelling checker

ดาวน์โหลดไฟล์ส่วนขยาย WuCuoZi - Chinese spelling checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        自动检查出文章中的错误。在任何网站选择文字或焦点进入编辑框后,会出现“无错字”的校对按钮。点击按钮自动进行校对,并用下划线标出错误。支持 QQ邮箱、163邮箱、微博、知乎写文章等。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WuCuoZi - Chinese spelling checker WuCuoZi - Chinese spelling checker
ID jdblagejdbkmjfbnppiggfeiglefmpfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wucuozi-chinese-spelling/jdblagejdbkmjfbnppiggfeiglefmpfk
คำอธิบาย Chinese spelling checker
ขนาดไฟล์ 186 KB
จำนวนการติดตั้ง 1,767
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2019-06-06
วันที่เผยแพร่ 2019-06-06
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://wucuozi.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wucuozi.cn
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "3.0.0",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "zh_CN",
    "icons": {
        "16": "images\/icon16.png",
        "20": "images\/icon20.png",
        "40": "images\/icon40.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "author": "\u65e0\u9519\u5b57",
    "homepage_url": "https:\/\/wucuozi.cn\/",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "20": "images\/icon20.png",
            "40": "images\/icon40.png",
            "48": "images\/icon48.png",
            "96": "images\/icon96.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_tooltip__"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "*:\/\/*\/*",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "default-setting.js",
                "vendor.js",
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}