1. Open your console and clone the repo:
git clone https://github.com/jumorap/opera-extension-generator
2. Change the working directory to opera-extension-generator:
cd opera-extension-generator
3. Install the requirements (You need to have installed Python3):
python3 -m pip install -r requirements.txt
1. Run in your console:
python3 run.py
3. Go to opera://extensions
in your Opera browser.
4. Turn on the Developer mode
option:
6. Go to the file /opera-extension-generator
and select the folder /upload_this
:
7. Enjoy of your Opera sidebar extension
If you are in Windows, using python3 might not work. Use python instead.
MIT © Opera Extension Generator