Doctor Jones

中文排版格式化工具

Doctor Jones क्या है?

Doctor Jones leopoldthecuber द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "中文排版格式化工具"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Doctor Jones एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}