Beautify Post

Web extension that allows to bold and italicize text on the LinkedIn website.

O que é Beautify Post?

Beautify Post é uma extensão do Chrome desenvolvida por https://beautify-post.app, e sua principal característica é "Web extension that allows to bold and italicize text on the LinkedIn website.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Beautify Post

Baixe arquivos de extensão Beautify Post 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

                        Want to format the text in your LinkedIn posts? This extension allow you to bold and italicize text on the LinkedIn website. LinkedIn does not natively allow formatting, but that doesn't mean it's impossible.

Features : 
- Bold
- Italic
- Capitalize
- Clear

Selecting a text inside the creation post modal will show a tooltip to bold and italic your current text.

This extension is very useful if you are a creator on LinkedIn.

If you are a developer, you can contribute to the development of this extension : https://github.com/viclafouch/beautify-post                    

Informações Básicas da Extensão

Nome Beautify Post Beautify Post
ID ogngclmkdkdmdekchmghneecloclcffg
URL Oficial https://chromewebstore.google.com/detail/beautify-post/ogngclmkdkdmdekchmghneecloclcffg
Descrição Web extension that allows to bold and italicize text on the LinkedIn website.
Tamanho do Arquivo 99.89 KB
Contagem de Instalações 24,660
Versão Atual 1.2.0
Última Atualização 2022-12-26
Data de Publicação 2022-03-28
Classificação 3.29/5 Total de 17 Avaliações
Desenvolvedor https://beautify-post.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.beautify-post.app
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Web extension that allows to bold and italicize text on the LinkedIn website.",
    "version": "1.2.0",
    "name": "Beautify Post",
    "manifest_version": 3,
    "author": "Victor de la Fouchardiere",
    "options_page": "options\/popup.html",
    "icons": {
        "16": "16x16.png",
        "32": "32x32.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "main.bundle.js"
            ]
        }
    ]
}