Doctor Jones

中文排版格式化工具

Doctor Jones란 무엇입니까?

Doctor Jones은(는) leopoldthecuber에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "中文排版格式化工具"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Doctor Jones 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        doctor-jones is a toolbox designed for formatting Chinese texts, especially when mixed with Western texts, based on w3c/clreq and other best practices.

Here "formatting" means:

- Adding a halfwidth space between a Chinese character and an alphabet/number
- Removing unnecessary halfwidth space between a fullwidth punctuation and an alphabet/number
- Removing successive exclamation marks
- Normalizing ellipses to ……
- Replacing quotation marks “” ‘’ with「」『』
- Replacing fullwidth brackets around numbers with halfwidth ones                    

확장 프로그램 기본 정보

이름 Doctor Jones Doctor Jones
ID lggmpimhpmplkengmfmfecohbdbooiem
공식 URL https://chromewebstore.google.com/detail/doctor-jones/lggmpimhpmplkengmfmfecohbdbooiem
설명 中文排版格式化工具
파일 크기 1.33 MB
설치 횟수 739
현재 버전 1.2.1
최근 업데이트 2020-01-26
출시 날짜 2020-01-26
평점 5.00/5 총 4 개의 평점
개발자 leopoldthecuber
결제 유형 free
확장 프로그램 웹 사이트 https://leopoldthecoder.github.io/doctor-jones/
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/leopoldthecoder.github.io\/doctor-jones\/",
    "description": "\u4e2d\u6587\u6392\u7248\u683c\u5f0f\u5316\u5de5\u5177",
    "default_locale": "zh_CN",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png",
            "724": "icons\/724.png"
        }
    },
    "version": "1.2.1"
}