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.
- Host: GitHub
- URL: https://github.com/ipriyam26/preview
- Owner: ipriyam26
- License: mit
- Created: 2023-01-16T08:41:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T08:13:44.000Z (over 2 years ago)
- Last Synced: 2025-05-07T13:04:03.968Z (5 months ago)
- Topics: extension-chrome, javascript, python
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 43
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Preview Extension
##### Do drop a star ⭐️ keeps me motivatedhttps://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).