Beautify Post

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

Что такое Beautify Post?

Beautify Post - это расширение Chrome, разработанное https://beautify-post.app, и его основная функция - "Web extension that allows to bold and italicize text on the LinkedIn website.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Beautify Post

Скачайте файлы расширений Beautify Post в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Beautify Post Beautify Post
ID ogngclmkdkdmdekchmghneecloclcffg
Официальный URL https://chromewebstore.google.com/detail/beautify-post/ogngclmkdkdmdekchmghneecloclcffg
Описание Web extension that allows to bold and italicize text on the LinkedIn website.
Размер файла 99.89 KB
Количество установок 24,660
Текущая Версия 1.2.0
Последнее Обновление 2022-12-26
Дата публикации 2022-03-28
Рейтинг 3.29/5 Всего 17 оценок
Разработчик https://beautify-post.app
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.beautify-post.app
Поддерживаемые языки 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"
            ]
        }
    ]
}