aesthesia
Make your text aesthetic
Co to jest aesthesia?
aesthesia to rozszerzenie Chrome opracowane przez elvinyung1, a jego główną funkcją jest „Make your text aesthetic”.
Pobierz plik CRX rozszerzenia aesthesia
Pobierz pliki rozszerzeń aesthesia w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Make your text aesthetic. This extension adds a context menu option to make text in input elements Unicode fullwidth.
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | hgjllhcagjibfpdlcgkakgnnfhboogoj |
Oficjalny URL | https://chrome.google.com/webstore/detail/aesthesia/hgjllhcagjibfpdlcgkakgnnfhboogoj |
Opis | Make your text aesthetic |
Rozmiar pliku | 3.83 KB |
Liczba instalacji | 13 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2015-03-04 |
Data Publikacji | 2015-03-04 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | elvinyung1 |
Typ Płatności | free |
Obsługiwane Języki | 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 } |