WuCuoZi - Chinese spelling checker

Chinese spelling checker

WuCuoZi - Chinese spelling checker란 무엇입니까?

WuCuoZi - Chinese spelling checker은(는) https://wucuozi.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chinese spelling checker"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

WuCuoZi - Chinese spelling checker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        自动检查出文章中的错误。在任何网站选择文字或焦点进入编辑框后,会出现“无错字”的校对按钮。点击按钮自动进行校对,并用下划线标出错误。支持 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\/*"
    ]
}