Doctor Jones

中文排版格式化工具

Doctor Jones là gì?

Doctor Jones là một tiện ích mở rộng Chrome được phát triển bởi leopoldthecuber, và tính năng chính của nó là "中文排版格式化工具".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Doctor Jones

Tải xuống các tệp mở rộng Doctor Jones dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Doctor Jones Doctor Jones
ID lggmpimhpmplkengmfmfecohbdbooiem
URL Chính Thức https://chromewebstore.google.com/detail/doctor-jones/lggmpimhpmplkengmfmfecohbdbooiem
Mô tả 中文排版格式化工具
Kích Thước Tệp 1.33 MB
Số Lần Cài Đặt 739
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2020-01-26
Ngày Phát Hành 2020-01-26
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển leopoldthecuber
Loại Thanh Toán free
Trang Web Mở Rộng https://leopoldthecoder.github.io/doctor-jones/
Ngôn Ngữ Được Hỗ Trợ 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"
}