rentgen/README.md

18 wiersze
926 B
Markdown
Czysty Zwykły widok Historia

2022-01-29 15:27:12 +00: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 13:03:10 +00:00
2022-01-29 20:27:27 +00:00
## Description
2022-01-29 15:28:46 +00: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 16:51:51 +00:00
2022-01-29 15:22:42 +00: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 sends to third parties.
2021-10-04 16:51:51 +00:00
2022-01-29 15:22:42 +00: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 08:58:44 +00:00
2022-01-29 20:27:27 +00:00
## How build and run add-on
2022-01-29 20:32:34 +00: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
2022-01-29 20:27:27 +00:00