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

https://github.com/ipriyam26/preview

Chromium Extension to preview google results on hover.
https://github.com/ipriyam26/preview

extension-chrome javascript python

Last synced: about 1 month ago
JSON representation

Chromium Extension to preview google results on hover.

Awesome Lists containing this project

README

          

# My Preview Extension
##### Do drop a star ⭐️ keeps me motivated

https://user-images.githubusercontent.com/79325116/212641977-25a8976b-e24f-4c0d-8c49-1e0f17ff5205.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](https://github.com/ipriyam26/preview/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](LICENSE).