aesthesia
Make your text aesthetic
Cos'è aesthesia?
aesthesia è un'estensione di Chrome sviluppata da elvinyung1, e la sua funzione principale è "Make your text aesthetic".
Scarica il file CRX dell'estensione aesthesia
Scarica i file di estensione aesthesia in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Make your text aesthetic. This extension adds a context menu option to make text in input elements Unicode fullwidth.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | hgjllhcagjibfpdlcgkakgnnfhboogoj |
URL Ufficiale | https://chrome.google.com/webstore/detail/aesthesia/hgjllhcagjibfpdlcgkakgnnfhboogoj |
Descrizione | Make your text aesthetic |
Dimensione del File | 3.83 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2015-03-04 |
Data di Pubblicazione | 2015-03-04 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | elvinyung1 |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |