Beautify Post

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

What is Beautify Post?

Beautify Post is a Chrome extension developed by https://beautify-post.app, and its main feature is "Web extension that allows to bold and italicize text on the LinkedIn website.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Beautify Post Extension CRX File

Download Beautify Post extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Beautify Post Beautify Post
ID ogngclmkdkdmdekchmghneecloclcffg
Official URL https://chromewebstore.google.com/detail/beautify-post/ogngclmkdkdmdekchmghneecloclcffg
Description Web extension that allows to bold and italicize text on the LinkedIn website.
File Size 99.89 KB
Installation Count 24,660
Current Version 1.2.0
Last Updated 2022-12-26
Publish Date 2022-03-28
Rating 3.29/5 Total 17 Ratings
Developer https://beautify-post.app
Email [email protected]
Payment Type free
Extension Website https://www.beautify-post.app
Supported Languages 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"
            ]
        }
    ]
}