Beautify Post

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

Beautify Post क्या है?

Beautify Post https://beautify-post.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Web extension that allows to bold and italicize text on the LinkedIn website."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Beautify Post एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}