為什麼你們就是不能加個空格呢?

自動在網頁中所有的中文字和半形的英文、數字、符號之間插入空白。(攤手)沒辦法,處女座都有強迫症。

What is 為什麼你們就是不能加個空格呢??

為什麼你們就是不能加個空格呢? is a Chrome extension developed by https://vinta.ws, and its main feature is "自動在網頁中所有的中文字和半形的英文、數字、符號之間插入空白。(攤手)沒辦法,處女座都有強迫症。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 為什麼你們就是不能加個空格呢? Extension CRX File

Download 為什麼你們就是不能加個空格呢? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        如果你跟我一樣,每次看到網頁上的中文字和英文、數字、符號擠在一塊,就會坐立難安,忍不住想在它們之間加個空格。這個 Google Chrome 的外掛正是你在網路世界走跳所需要的東西,它會自動替你在網頁中所有的中文字和半形的英文、數字、符號之間插入空白。

漢學家稱這個空白字元為「盤古之白」,因為它劈開了全形字和半形字之間的混沌。另有研究顯示,打字的時候不喜歡在中文和英文之間加空格的人,感情路都走得很辛苦,有七成的比例會在 34 歲的時候跟自己不愛的人結婚,而其餘三成的人最後只能把遺產留給自己的貓。畢竟愛情跟書寫都需要適時地留白。

與大家共勉之。

更新內容:

- 各位觀眾,Paranoid Text Spacing 演算法 v4
- 大幅地改進 Chrome extension 的效能
- 忍痛拿掉「空格之神顯靈了」

Fork me on GitHub:
https://github.com/vinta/pangu.js                    

Extension Basic Information

Name 為什麼你們就是不能加個空格呢? 為什麼你們就是不能加個空格呢?
ID paphcfdffjnbcgkokihcdjliihicmbpd
Official URL https://chromewebstore.google.com/detail/%E7%82%BA%E4%BB%80%E9%BA%BC%E4%BD%A0%E5%80%91%E5%B0%B1%E6%98%AF%E4%B8%8D%E8%83%BD%E5%8A%A0%E5%80%8B%E7%A9%BA%E6%A0%BC%E5%91%A2%EF%BC%9F/paphcfdffjnbcgkokihcdjliihicmbpd
Description 自動在網頁中所有的中文字和半形的英文、數字、符號之間插入空白。(攤手)沒辦法,處女座都有強迫症。
File Size 2.5 MB
Installation Count 20,000
Current Version 4.0.7
Last Updated 2019-02-08
Publish Date 2019-02-08
Rating 4.74/5 Total 406 Ratings
Developer https://vinta.ws
Payment Type free
Extension Website https://github.com/vinta/pangu.js
Help Page URL https://github.com/vinta/pangu.js/issues
Supported Languages zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "4.0.7",
    "default_locale": "zh_TW",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_19.png",
        "default_title": "__MSG_god_of_spacing__",
        "default_popup": "pages\/popup.html"
    },
    "author": "Vinta",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "js": [
                "vendors\/pangu\/pangu.min.js",
                "js\/content_script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "minimum_chrome_version": "26.0",
    "offline_enabled": true,
    "options_page": "pages\/options.html",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*\/*"
    ],
    "short_name": "__MSG_god_of_spacing__"
}