Beautify Post

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

什么是Beautify Post?

Beautify Post是由https://beautify-post.app开发的Chrome扩展程序,该扩展的主要功能是“Web extension that allows to bold and italicize text on the LinkedIn website.”。

扩展截图

screenshot
screenshot
screenshot

下载Beautify Post扩展crx文件

下载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"
            ]
        }
    ]
}