Simple IP Calculator
Determine network details based on an ip and a netmask/CIDR
What is Simple IP Calculator?
Simple IP Calculator is a Chrome extension developed by Omar E. Ferrer, and its main feature is "Determine network details based on an ip and a netmask/CIDR".
Download Simple IP Calculator Extension CRX File
Download Simple IP Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Simple IP Calculator |
ID | ekigdgecdngfdbkilgjbdholhdlphgon |
Official URL | https://chromewebstore.google.com/detail/simple-ip-calculator/ekigdgecdngfdbkilgjbdholhdlphgon |
Description | Determine network details based on an ip and a netmask/CIDR |
File Size | 7.28 KB |
Installation Count | 445 |
Current Version | 0.3 |
Last Updated | 2018-08-16 |
Publish Date | 2018-08-15 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Omar E. Ferrer |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple IP Calculator", "version": "0.3", "description": "Determine network details based on an ip and a netmask\/CIDR", "icons": { "96": "icons\/icn_ipcalc.png" }, "browser_action": { "default_icon": { "96": "icons\/icn_ipcalc.png" }, "default_title": "IP Calculator", "default_popup": "popups\/ipcalc.html" } } |