- Description
- Prerequisites
- How to generate the uncompressed extension
- Add the extension to Chromium browsers
A Chromium extension built with Node.js to change the url of tmo viewer when redirects to an external page.
This are the prerequisites to be able to use the project:
1- Download or clone the repository.
2a- Ensure you have Docker installed on your machine.
Or
2b- Ensure you have Node.js installed on your machine.
1- Ensure that you have docker running.
2- Execute this two commands on the bash terminal on the root of the project:
# Create the image
docker-compose build
# Run the image
docker-compose up
3- Wait until you can see the dist
folder on the root of the project, this is the extension you want to install con Chromium browsers.
1- Ensure you have installed node.
2- Execute this two commands on the bash terminal on the root of the project:
# Install all project packages
npm i --save
# Run the project
npm run generate_extension
3- Wait until you can see the dist
folder on the root of the project, this is the extension you want to install con Chromium browsers.
1- Go to your browser and search for chrome://extensions/
.
2- Activate the Developer Mode
check.
3- Click on Load unpacked
and select the dist
folder generated on the root of the project.
If you did everything correctly, you should see the extension installed on your browser.
If I was able to help you, please star the repository. This will help me in my further work.