Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedSpace 🚀

Expand LinkedIn's main tabs to full width. More space, less clutter.

LinkedSpace Icon


Features

  • Full-Width Tabs – Expands LinkedIn's main tabs to the full viewport: Home, Messaging, My Network, Jobs and Notifications.
  • Right Rail Collapsed – Messaging, My Network and Notifications collapse the ads/recommendations rail to maximize content area; Home keeps its rail and widens everything.
  • Dedicated Jobs Layout – The Jobs results list and detail pane are expanded for a bigger search experience.
  • Adaptive Messaging List – On /messaging the left pane scales with your screen (between 1/6 and 1/3 of viewport, capped at 400px) and re-adapts live on resize.
  • Overlay Bubble Untouched – The floating chat bubble on other LinkedIn pages keeps its native behavior.
  • Auto-Apply – Activates instantly when you open a supported LinkedIn page. No extra clicks needed.
  • SPA-Resilient – Watches for LinkedIn's re-renders and reapplies layout automatically.
  • Master Toggle – Toolbar popup with a clean ON/OFF switch lets you pause the extension anytime.

Installation

From Chrome Web Store (Recommended)

  1. Visit LinkedSpace on the Chrome Web Store
  2. Click Add to Chrome
  3. Navigate to linkedin.com and enjoy!

Developer Mode

  1. Clone or download this repository
  2. Open Chrome/Brave and navigate to chrome://extensions (or brave://extensions)
  3. Enable Developer Mode (toggle in the top-right corner)
  4. Click Load unpacked and select the linkedspace/ folder
  5. Navigate to linkedin.com and enjoy!

Project Structure

linkedspace/
├── manifest.json          # Manifest V3 config
├── content.js             # Core logic for expanded layouts
├── styles.css             # Full-width overrides
├── build.js               # Build and packaging script
├── package.json           # Project metadata and build scripts
├── dist/                  # Generated build output (gitignored)
├── popup/
│   ├── popup.html         # Extension toolbar popup
│   ├── popup.js           # Popup toggle & status logic
│   └── popup.css          # Popup styles
├── icons/
│   ├── icon16.png
│   ├── icon32.png
│   ├── icon48.png
│   └── icon128.png
├── store_assets/          # Chrome Web Store graphics & screenshots
│   ├── promo_tile_440x280.png
│   ├── screenshot_before.png
│   └── screenshot_after.png
├── .gitignore
├── LICENSE                # AGPL-3.0 License
└── README.md

Development

To create a production build ready for the Chrome Web Store:

npm run build

This generates a dist/ folder and a linkedspace.zip bundle.


License

Licensed under the GNU Affero General Public License v3.0 (or any later version).

About

Expand the LinkedIn content space

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages