rentgen/README.md

30 lines
1.7 KiB
Markdown
Raw Normal View History

2022-01-29 16:27:12 +01:00
<h1 style="display: flex; align-items: center;"><img src="./assets/icon-addon-2048.png" alt="Rentgen logo" style="margin-right: 1rem;" width="48"/> Rentgen</h1>
2021-12-24 14:03:10 +01:00
2022-07-09 12:33:57 +02:00
## Opis / Description
2022-01-29 21:27:27 +01:00
2022-01-29 16:28:46 +01:00
<strong>Rentgen</strong> to wtyczka dla przeglądarek opartych o Firefoxa, która automatycznie wizualizuje, jakie dane zostały ~~wykradzione~~ wysłane do podmiotów trzecich przez odwiedzane strony.
2021-10-04 18:51:51 +02:00
2022-07-09 12:33:57 +02:00
<strong>Rentgen</strong> is an add-on prepared for Firefox based browsers. This extension will automatically visualize all the data that a given website ~~steals~~ sends to third parties.
2021-10-04 18:51:51 +02:00
2022-01-29 16:22:42 +01:00
Note: At the moment, we support Polish language because this extension generates mail content that is dedicated to Polish website owners. In further versions of this add-on, we will add other languages as well.
2022-01-28 09:58:44 +01:00
2022-07-09 12:33:57 +02:00
<div style="display: flex; align-items: flex-start; flex-flow: row;">
<img src="./assets/screenshots/1a.png" width="481" height="591.5" />
<img src="./assets/screenshots/1b.png" width="482" height="610.5" />
</div>
<img src="./assets/screenshots/2.png" width="1201.33333" height="656" />
<img src="./assets/screenshots/3a.png" width="1201.33333" height="656" />
<img src="./assets/screenshots/3b.png" width="1201.33333" height="656" />
<img src="./assets/screenshots/4a.png" width="1201.33333" height="656" />
<img src="./assets/screenshots/4b.png" width="1201.33333" height="656" />
<img src="./assets/screenshots/5a.png" width="1201.33333" height="656" />
<img src="./assets/screenshots/5b.png" width="1201.33333" height="656" />
2022-01-29 21:27:27 +01:00
## How build and run add-on
2022-01-29 21:32:34 +01:00
1. Use latest node 16.x and npm 8.x
2. `npm install`
3. `npm run build`
4. The build code is located in the `lib/` directory