Text Styler

Eye-Catching Text For Social Media Posts

O que é Text Styler?

Text Styler é uma extensão do Chrome desenvolvida por Khai, e sua principal característica é "Eye-Catching Text For Social Media Posts".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Text Styler

Baixe arquivos de extensão Text Styler 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

                        Many social media platforms do not allow you to markup your text with styles such as bold, italic or bolded italic. But there is a smarter way.

Using Text Styler, you can generate stylized versions of your text and easily copy-and-paste them into your social media posts or status updates. It is super quick and easy to use and 100% safe!                    

Informações Básicas da Extensão

Nome Text Styler Text Styler
ID fhhkgjlaahkcamgoabbdjioemjefgnfl
URL Oficial https://chromewebstore.google.com/detail/text-styler/fhhkgjlaahkcamgoabbdjioemjefgnfl
Descrição Eye-Catching Text For Social Media Posts
Tamanho do Arquivo 29.7 KB
Contagem de Instalações 68
Versão Atual 1.0
Última Atualização 2019-06-20
Data de Publicação 2019-06-20
Desenvolvedor Khai
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text Styler",
    "short_name": "Text Styler",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Eye-Catching Text For Social Media Posts",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}