aesthesia

Make your text aesthetic

O que é aesthesia?

aesthesia é uma extensão do Chrome desenvolvida por elvinyung1, e sua principal característica é "Make your text aesthetic".

Baixar o arquivo CRX da Extensão aesthesia

Baixe arquivos de extensão aesthesia no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Make your text aesthetic.

This extension adds a context menu option to make text in input elements Unicode fullwidth.                    

Informações Básicas da Extensão

Nome aesthesia aesthesia
ID hgjllhcagjibfpdlcgkakgnnfhboogoj
URL Oficial https://chrome.google.com/webstore/detail/aesthesia/hgjllhcagjibfpdlcgkakgnnfhboogoj
Descrição Make your text aesthetic
Tamanho do Arquivo 3.83 KB
Contagem de Instalações 13
Versão Atual 1.0.0
Última Atualização 2015-03-04
Data de Publicação 2015-03-04
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor elvinyung1
Tipo de Pagamento free
Idiomas Suportados 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
}