LinkedIn Editor is a Chrome extension that enhances your LinkedIn post-creation experience by directly formatting text with bold, italic, and lists styles within the compose screen.
- Text Styling: Apply bold, italic, and list formatting to selected text.
- Keyboard Shortcuts: Use
Ctrl+B
for bold,Ctrl+I
for italic,Ctrl+U
for numbered list, andCtrl+Y
for bullet list. - Context-Specific Activation: The extension activates only on LinkedIn post creation pages.
linkedinEditorClip.mp4
- Clone the repository:
git clone https://github.com/ankitsingh2105/Linkedin-Editor.git cd linkedin-editor
- Open Chrome and navigate to
chrome://extensions/
. - Enable Developer Mode by toggling the switch in the top-right corner.
- Do an
npm run build
command to create a dist folder. - Click Load unpacked and select the
dist
folder. - The extension will now appear in your Chrome toolbar.
- Navigate to a LinkedIn post page.
- Select the text you want to format.
- Use the following keyboard shortcuts to apply text styling:
Ctrl+B
for boldCtrl+I
for italicCtrl+Y
for bullet listCtrl+M
for numbered list
Shortcut | Action |
---|---|
Ctrl+B |
Apply Bold |
Ctrl+I |
Apply Italic |
Ctrl+Y |
Apply bullet list |
Ctrl+M |
Apply numbered list |
linkedin-editor/
│
|-- assets
│── icon-16.png (16x16 icon for the extension)
│── icon-48.png (48x48 icon for the extension)
│── icon-128.png (128x128 icon for the extension)
├── manifest.json (Configuration file for the Chrome extension)
├── contentScript.js (Script to handle text styling on specific pages)
├── index.html (Popup UI for the extension)
└── README.md (Documentation for the repository)
- Ankit Singh Chauhan: Visit ankitsinghchauhan.in all projects I have made.