ipriyam26 / preview

Chromium Extension to preview google results on hover.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Preview Extension

Do drop a star ⭐️ keeps me motivated
previewHover.mp4

This is an extension for Google Chrome that allows you to preview links on a website without having to leave the page. It uses an iframe to load the preview and a CORS proxy to bypass the CORS policy.

Installation

  1. Download the extension from the releases page. & unzip it
  2. Extension Icon > Manage Extensions > Turn Developer Mode on > click Load Unpacked > select the downloaded folder
  3. Click on "Add Extension" to install it.

Usage

  1. Navigate to a website that contains links.
  2. Hover over a link to view a preview of the linked page in an iframe.
  3. Move your cursor away from the link to hide the preview.

Features

  • Preview links without leaving the page.
  • Customizable styles with CSS
  • CORS proxy for cross-origin issues

Create own Proxy Server from here

https://app.tango.us/app/workflow/Workflow-with-Google-and-Render-be09ed8cf4594916adf9e146e9b52d12

Limitations

  • Due to security reasons, some websites may block the extension from displaying content.
  • Some websites may also refuse to connect to the iframe.

Todo

Tasks State
Firefox Support
Meta + hover for preview
Working on all links

Contributing

We welcome contributions from the community. If you would like to contribute, please open an issue or submit a pull request with your proposed changes.

License

This extension is licensed under the MIT License.

About

Chromium Extension to preview google results on hover.

License:MIT License


Languages

Language:JavaScript 70.2%Language:CSS 25.2%Language:HTML 4.6%