A browser extension to quickly find your IPv4 and IPv6 addresses. Available at:
- Chrome Web Store for Google Chrome
- Edge Add-ons for Microsoft Edge
- Firefox Add-ons for Firefox
- Click the extension button to display your external IPv4 and/or IPv6 address
- Copy your IP to the clipboard with a keyboard shortcut (configurable)
Supported options:
- Select which IP version(s) should be reported
- Select which resolvers should be used for each IP version
Clone git repository locally and then install npm packages
npm install
Available npm scripts:
npm run lint- Lint source using eslintnpm run format- Format source using prettiernpm run build [chrome|edge|firefox]- Build the extension; output todist/<browser>/npm run build-debug [chrome|edge|firefox]- Build the extension without HTML/CSS minification and include source maps in transpiled JS; output todist/<browser>/npm run pkg [chrome|edge|firefox]- Compress built extension fromdist/<browser>/into a.zipfile and output topkg/npm run clean- Clear out the contents ofdist/npm run release- Run lint, clean, build, and pkg scripts, in that order (builds for all browsers)
Apache License, Version 2.0
Copyright 2018 Matthew D. Mower (mdmower)