Subnet Calculator
This extension subnets any IP address from classes A, B and C.
What is Subnet Calculator?
Subnet Calculator is a Chrome extension developed by Unknown, and its main feature is "This extension subnets any IP address from classes A, B and C.".
Extension Screenshots
Download Subnet Calculator Extension CRX File
Download Subnet 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
It reads the ip address and range of a ip address, and it shows the class ann extra infoormation of it
Extension Basic Information
Name | Subnet Calculator |
ID | agkomhmgpccnniejdpbjfcmpapfhlijk |
Official URL | https://chromewebstore.google.com/detail/subnet-calculator/agkomhmgpccnniejdpbjfcmpapfhlijk |
Description | This extension subnets any IP address from classes A, B and C. |
File Size | 11.74 KB |
Installation Count | 120 |
Current Version | 1.0 |
Last Updated | 2021-11-01 |
Publish Date | 2021-11-01 |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Subnet Calculator", "description": "This extension subnets any IP address from classes A, B and C.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/Data\/subnetCalculator16.png", "32": "\/Data\/subnetCalculator32.png", "48": "\/Data\/subnetCalculator48.png", "128": "\/Data\/subnetCalculator128.png" } }, "icons": { "16": "\/Data\/subnetCalculator16.png", "32": "\/Data\/subnetCalculator32.png", "48": "\/Data\/subnetCalculator48.png", "128": "\/Data\/subnetCalculator128.png" } } |