Beautify Post
Web extension that allows to bold and italicize text on the LinkedIn website.
Qu'est-ce que Beautify Post ?
Beautify Post est une extension Chrome développée par https://beautify-post.app, et sa fonction principale est "Web extension that allows to bold and italicize text on the LinkedIn website.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Beautify Post
Téléchargez les fichiers d'extension Beautify Post au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Beautify Post |
ID | ogngclmkdkdmdekchmghneecloclcffg |
URL Officiel | https://chromewebstore.google.com/detail/beautify-post/ogngclmkdkdmdekchmghneecloclcffg |
Description | Web extension that allows to bold and italicize text on the LinkedIn website. |
Taille du Fichier | 99.89 KB |
Nombre d'Installations | 24,660 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2022-12-26 |
Date de Publication | 2022-03-28 |
Évaluation | 3.29/5 Total 17 Évaluations |
Développeur | https://beautify-post.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.beautify-post.app |
Langues Prises en Charge | 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" ] } ] } |