A simple web extension that create new context menu option to open links with another web browsers like Firefox, Chrome or Edge installed in your Windows computer.
The extension send a message via websocket with url and browser info to socket server runnig in your local machine (ws://localhost:9090). Then pytthon open it using one of following browsers:
- Firefox
- Firefox - Private mode
- Google Chrome
- Google Chrome - Incognito mode
- Microsoft Edge
- Microsoft Edge - InPrivate mode
GUI uses PySide6
python app/main.py
In the server side only windows command lines are coded.
- Install extension
- Start websocket server
The websocket server written in Python and can easily be converted to executable using Pyinstaller
pyinstaller main.spec
This project is in the worldwide public domain.
This project is in the public domain and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.
All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.