為什麼你們就是不能加個空格呢?
自動在網頁中所有的中文字和半形的英文、數字、符號之間插入空白。(攤手)沒辦法,處女座都有強迫症。
Wat is 為什麼你們就是不能加個空格呢??
為什麼你們就是不能加個空格呢? is een Chrome-extensie ontwikkeld door https://vinta.ws, en de belangrijkste functie is "自動在網頁中所有的中文字和半形的英文、數字、符號之間插入空白。(攤手)沒辦法,處女座都有強迫症。".
Extensie Screenshots
Download het CRX-bestand van de extensie 為什麼你們就是不能加個空格呢?
Download 為什麼你們就是不能加個空格呢?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
如果你跟我一樣,每次看到網頁上的中文字和英文、數字、符號擠在一塊,就會坐立難安,忍不住想在它們之間加個空格。這個 Google Chrome 的外掛正是你在網路世界走跳所需要的東西,它會自動替你在網頁中所有的中文字和半形的英文、數字、符號之間插入空白。 漢學家稱這個空白字元為「盤古之白」,因為它劈開了全形字和半形字之間的混沌。另有研究顯示,打字的時候不喜歡在中文和英文之間加空格的人,感情路都走得很辛苦,有七成的比例會在 34 歲的時候跟自己不愛的人結婚,而其餘三成的人最後只能把遺產留給自己的貓。畢竟愛情跟書寫都需要適時地留白。 與大家共勉之。 更新內容: - 各位觀眾,Paranoid Text Spacing 演算法 v4 - 大幅地改進 Chrome extension 的效能 - 忍痛拿掉「空格之神顯靈了」 Fork me on GitHub: https://github.com/vinta/pangu.js
Basisinformatie over de Extensie
Naam | 為什麼你們就是不能加個空格呢? |
ID | paphcfdffjnbcgkokihcdjliihicmbpd |
Officiële 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 |
Beschrijving | 自動在網頁中所有的中文字和半形的英文、數字、符號之間插入空白。(攤手)沒辦法,處女座都有強迫症。 |
Bestandsgrootte | 2.5 MB |
Aantal Installaties | 20,000 |
Huidige Versie | 4.0.7 |
Laatst Bijgewerkt | 2019-02-08 |
Publicatiedatum | 2019-02-08 |
Beoordeling | 4.74/5 Totaal 406 Beoordelingen |
Ontwikkelaar | https://vinta.ws |
Betalingswijze | free |
Extensiewebsite | https://github.com/vinta/pangu.js |
Help Pagina-URL | https://github.com/vinta/pangu.js/issues |
Ondersteunde Talen | 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__" } |