aesthesia
Make your text aesthetic
What is aesthesia?
aesthesia is a Chrome extension developed by elvinyung1, and its main feature is "Make your text aesthetic".
Download aesthesia Extension CRX File
Download aesthesia 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
Make your text aesthetic. This extension adds a context menu option to make text in input elements Unicode fullwidth.
Extension Basic Information
Name | ![]() |
ID | hgjllhcagjibfpdlcgkakgnnfhboogoj |
Official URL | https://chrome.google.com/webstore/detail/aesthesia/hgjllhcagjibfpdlcgkakgnnfhboogoj |
Description | Make your text aesthetic |
File Size | 3.83 KB |
Installation Count | 13 |
Current Version | 1.0.0 |
Last Updated | 2015-03-04 |
Publish Date | 2015-03-04 |
Rating | 3.00/5 Total 2 Ratings |
Developer | elvinyung1 |
Payment Type | free |
Supported Languages | 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 } |