Beautify Post

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

Beautify Post là gì?

Beautify Post là một tiện ích mở rộng Chrome được phát triển bởi https://beautify-post.app, và tính năng chính của nó là "Web extension that allows to bold and italicize text on the LinkedIn website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Beautify Post

Tải xuống các tệp mở rộng Beautify Post dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Beautify Post Beautify Post
ID ogngclmkdkdmdekchmghneecloclcffg
URL Chính Thức https://chromewebstore.google.com/detail/beautify-post/ogngclmkdkdmdekchmghneecloclcffg
Mô tả Web extension that allows to bold and italicize text on the LinkedIn website.
Kích Thước Tệp 99.89 KB
Số Lần Cài Đặt 24,660
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2022-12-26
Ngày Phát Hành 2022-03-28
Đánh Giá 3.29/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://beautify-post.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.beautify-post.app
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}