LinkedIn Extension v1
A browser extension that restores LinkedIn profile hover cards.
A browser extension that restores LinkedIn profile hover cards.
LinkedIn used natively support showing a profile on hover
This in development chrome extension injects profile popups into profile links on LinkedIn. When you attempt to hover over a profile link, a profile popup will appear containing the profile's picture, name, bio, and location. This saves you the need to click through to their profile to see any of this info.
I've always been curious about the degree to which data can be cached on the user's side to save on network traffic. It feels like devs take network requests for granted on data that tends to be mostly static over time. In the spirit of making only what network requests are necessary, this extension caches profile hits for 7 days. Something I was also curious about was caching images on the user's side. So images are also cached in blob storage.
chrome://extensionsdist/ foldernpm run buildchrome://extensionsdist/ folderAfter making changes, run npm run build again and click the refresh icon on the extension card in chrome://extensions.
Publish this on the chrome store
Support companies too