aesthesia
Make your text aesthetic
什麼是aesthesia?
aesthesia是由elvinyung1開發的Chrome擴展程式,該擴展的主要功能是“Make your text aesthetic”。
下載aesthesia擴展crx文件
下載aesthesia擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Make your text aesthetic. This extension adds a context menu option to make text in input elements Unicode fullwidth.
擴展基本資訊
名稱 | ![]() |
ID | hgjllhcagjibfpdlcgkakgnnfhboogoj |
官方網址 | https://chrome.google.com/webstore/detail/aesthesia/hgjllhcagjibfpdlcgkakgnnfhboogoj |
簡介 | Make your text aesthetic |
檔案大小 | 3.83 KB |
安裝次數 | 13 |
目前版本 | 1.0.0 |
更新時間 | 2015-03-04 |
上架時間 | 2015-03-04 |
評分 | 3.00/5 共 2 次評分 |
開發者 | elvinyung1 |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "aesthesia", "description": "Make your text \uff41\uff45\uff53\uff54\uff48\uff45\uff54\uff49\uff43", "version": "1.0.0", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2 } |