Skip to content

CHROME EXTENSION : Enhance your LinkedIn posts with custom text styles like bold, italic and lists directly from the compose screen. || Crossed 60 users

Notifications You must be signed in to change notification settings

ankitsingh2105/Linkedin-Editor

Repository files navigation

LinkedIn Editor

LinkedIn Editor is a Chrome extension that enhances your LinkedIn post-creation experience by directly formatting text with bold, italic, and list styles within the compose screen.

Features

  • 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, and Ctrl+Y for bullet list.
  • Context-Specific Activation: The extension activates only on LinkedIn post creation pages.

Copy of ExtensionDemoImage2 0

Demo Video

linkedinEditorClip.mp4

Installation

  1. Clone the repository:
    git clone https://github.com/ankitsingh2105/Linkedin-Editor.git
      
    cd linkedin-editor  
    
  2. Open Chrome and navigate to chrome://extensions/.
  3. Enable Developer Mode by toggling the switch in the top-right corner.
  4. Do an npm run build command to create a dist folder.
  5. Click Load unpacked and select the dist folder.
  6. The extension will now appear in your Chrome toolbar.

Usage

  1. Navigate to a LinkedIn post page.
  2. Select the text you want to format.
  3. Use the following keyboard shortcuts to apply text styling:
    • Ctrl+B for bold
    • Ctrl+I for italic
    • Ctrl+Q for bullet list
    • Ctrl+M for numbered list

Keyboard Shortcuts

Shortcut Action
Ctrl+B Apply Bold
Ctrl+I Apply Italic
Ctrl+Q Apply bullet list
Ctrl+M Apply numbered list

File Structure

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)

Developer

About

CHROME EXTENSION : Enhance your LinkedIn posts with custom text styles like bold, italic and lists directly from the compose screen. || Crossed 60 users

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published