aesthesia
Make your text aesthetic
Wat is aesthesia?
aesthesia is een Chrome-extensie ontwikkeld door elvinyung1, en de belangrijkste functie is "Make your text aesthetic".
Download het CRX-bestand van de extensie aesthesia
Download aesthesia-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
Make your text aesthetic. This extension adds a context menu option to make text in input elements Unicode fullwidth.
Basisinformatie over de Extensie
Naam | ![]() |
ID | hgjllhcagjibfpdlcgkakgnnfhboogoj |
Officiële URL | https://chrome.google.com/webstore/detail/aesthesia/hgjllhcagjibfpdlcgkakgnnfhboogoj |
Beschrijving | Make your text aesthetic |
Bestandsgrootte | 3.83 KB |
Aantal Installaties | 13 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2015-03-04 |
Publicatiedatum | 2015-03-04 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | elvinyung1 |
Betalingswijze | free |
Ondersteunde Talen | 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 } |