wimi/README.md

53 lines
1.4 KiB
Markdown
Raw Normal View History

2023-09-27 02:57:29 +02:00
## About
2023-10-25 04:39:46 +02:00
Photon is a Chromium extension that provides information about
2023-09-27 02:57:29 +02:00
the public IP address you are using to connect to the internet. When
the extension's icon is clicked, the extension makes a request to the
[clean.wtfismyip.com](https://clean.wtfismyip.com)
web service to discover information about your public IP address, and
then displays that information in a simple HTML view.
## Features
* Displays a public IP address.
* Displays the Internet Service Provider (ISP) associated with a public IP address.
* Displays the city associated with a public IP address.
* Displays the country associated with a public IP address.
* Displays whether or not a public IP address is a Tor exit node.
## Install
Produce the "build" directory:
git clone https://github.com/0x1eef/photon.git
cd photon
npm i
npm run build
Add the extension to Chrome:
* Visit `chrome://extensions`.
* Check "Developer mode" (top right hand corner).
* Click "Load unpacked extension".
* Choose the "build/" directory from the file dialog.
* Done.
## Sources
* [Source code (GitHub)](https://github.com/0x1eef/photon#readme)
* [Source code (GitLab)](https://gitlab.com/0x1eef/photon#about)
2023-09-28 01:35:04 +02:00
## Screenshots
<p>
<img src="https://raw.githubusercontent.com/0x1eef/photon/main/share/photon/photon.png">
</p>
2023-09-27 02:57:29 +02:00
## <a id="license"> License </a>
[BSD Zero Clause](https://choosealicense.com/licenses/0bsd/).
<br>
2023-09-28 18:49:55 +02:00
See [LICENSE](./LICENSE).
2023-09-27 02:57:29 +02:00