Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emvaized/linkover-extension

This browser extension shows info about any link on hover. It loads page title, thumbnail, description and favicon, and displays it all in a nice configurable tooltip
https://github.com/emvaized/linkover-extension

firefox firefox-addon firefox-extension firefox-extensions firefox-webextension

Last synced: 8 days ago
JSON representation

This browser extension shows info about any link on hover. It loads page title, thumbnail, description and favicon, and displays it all in a nice configurable tooltip

Awesome Lists containing this project

README

        

# Linkover
> Shows info tooltip on hovering any link

[![Mozilla Add-on Version](https://img.shields.io/amo/v/linkover?label=version&color=red)](https://addons.mozilla.org/firefox/addon/linkover/)
[![Chrome Web Store](https://img.shields.io/chrome-web-store/users/hnjipbfndeondflbdhomiiohbmkjobfc?label=users&logo=googlechrome&logoColor=white&color=blue)](https://chromewebstore.google.com/detail/-–-info-tooltip-o/hnjipbfndeondflbdhomiiohbmkjobfc)
[![Mozilla Add-on](https://img.shields.io/amo/users/linkover?color=%23FF6611&label=users&logo=Firefox)](https://addons.mozilla.org/firefox/addon/linkover/)
[![Mozilla Add-on Stars](https://img.shields.io/amo/stars/linkover)](https://addons.mozilla.org/firefox/addon/linkover/)

This browser extension shows info about any link on mouse hover.
It can load page titles, favicons, short description and thumbnails for many links you see over the internet and show it as a tooltip on hover. It currently uses my [fork](https://github.com/emvaized/link-preview-js) of [link-preview-js](https://www.npmjs.com/package/link-preview-js) project under the hood.

> [!NOTE]\
> Fetching info about link using this extension will act as if actually visited the page! It is recommended to not prefetch suspicious links. Although browser history will not get populated with these pages, no worries.


Get for Firefox   Get for Chrome

## Screenshots
| ![Screenshot 1](./screenshots/2.png) |
|-|

More screenshots


## Support
If you really enjoy this project, please consider supporting its further development by making a small donation using one of the services below!

Support on Ko-fi   Donate using Liberapay   Donate Bitcoin

## Building
- Open terminal at project's root directory
- Run `git submodule update --init` to install submodules from github
- Run `npm install` to install npm dependencies
- Run `npm run build` to generate `dist` folder with minimized code of the extension

## Links to my other browser extensions
* [Selecton](https://github.com/emvaized/selecton-extension) – smart text selection popup
* [Circle Mouse Gestures](https://github.com/emvaized/circle-mouse-gestures) – mouse gestures with visual representation of all available actions
* [Google Tweaks](https://github.com/emvaized/google-tiles-extension) – set of tweaks for Google search page to make it easier to use
* [Open in Popup Window](https://github.com/emvaized/open-in-popup-window-extension) – quickly open link or image in a popup window with no browser controls