Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.38 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.38 KB

Firefox Remote IP checker

This project uses PHP's gethostbyname() to show end users the IP address of their current web page.

Usage

  1. Install extension from Firefox Add-ons site, or download the latest release and drag and drop the xpi file on Firefox
  2. Browse to any webpage on the internet, and click the new "IP" button the top right
  3. Enjoy!

Installation

To manually build the extension bundle (.xpi) from the source you need to install the Firefox Add-on SDK. Then execute the command jpm xpi from the add-on’s directory:

jpm xpi

This command will produce a file named ip-check.xpi. You can simply drag and drop it on Firefox to install the Add-on.

Copyright

Copyright © 2015 Dan Clarke of OverByThere. Free use of this software is granted under the terms of the MPL License 2.0.

Thanks to...

Thanks to Mark Goodwin, for getting me involved in Mozilla, and Firefox over the past few years.

Also, thanks to asciidoctor for the use of their readme as a template for ours.