Beautify post is a web extension which allows users to bold and italicize text on the LinkedIn website. Selecting a text inside the creation post modal will show a tooltip to bold and italic the current text.
- ReactJS - Framework JS.
- Fortawesome - Icons.
- Emotion - Styling.
- Clone the repository:
git clone https://github.com/viclafouch/beautify-post.git
- Install the npm dependencies
npm install
- Build the unpacked extension:
npm run build
Only on Google Chrome :
- Navigate to
chrome://extensions
and enable Developer Mode. - Choose "Load unpacked extension"
- In the dialog, open the directory
build/chrome