Beautify Post
Web extension that allows to bold and italicize text on the LinkedIn website.
Hvad er Beautify Post?
Beautify Post er en Chrome-udvidelse udviklet af https://beautify-post.app, og dens hovedfunktion er "Web extension that allows to bold and italicize text on the LinkedIn website.".
Udvidelsesskærmbilleder
Download Beautify Post-udvidelses-CRX-fil
Download Beautify Post-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Beautify Post |
ID | ogngclmkdkdmdekchmghneecloclcffg |
Officiel URL | https://chromewebstore.google.com/detail/beautify-post/ogngclmkdkdmdekchmghneecloclcffg |
Beskrivelse | Web extension that allows to bold and italicize text on the LinkedIn website. |
Filstørrelse | 99.89 KB |
Antal Installationer | 24,660 |
Nuværende Version | 1.2.0 |
Senest Opdateret | 2022-12-26 |
Udgivelsesdato | 2022-03-28 |
Bedømmelse | 3.29/5 Samlet 17 Bedømmelser |
Udvikler | https://beautify-post.app |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.beautify-post.app |
Understøttede Sprog | 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" ] } ] } |