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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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