CIDR-X CIDR Calculator

Calculate network details using CIDR Notation

What is CIDR-X CIDR Calculator?

CIDR-X CIDR Calculator is a Chrome extension developed by rootVIII, and its main feature is "Calculate network details using CIDR Notation".

Extension Screenshots

screenshot

Download CIDR-X CIDR Calculator Extension CRX File

Download CIDR-X CIDR 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

                        Calculate subnet details for a given IP address and CIDR.                    

Extension Basic Information

Name CIDR-X CIDR Calculator CIDR-X CIDR Calculator
ID jbpkfbgmmpibnklabadoopiibolkpejb
Official URL https://chromewebstore.google.com/detail/cidr-x-cidr-calculator/jbpkfbgmmpibnklabadoopiibolkpejb
Description Calculate network details using CIDR Notation
File Size 20.86 KB
Installation Count 87
Current Version 0.1
Last Updated 2022-01-30
Publish Date 2022-01-29
Developer rootVIII
Email [email protected]
Payment Type free
Extension Website https://github.com/rootVIII/cidr-calc
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CIDR-X CIDR Calculator",
    "version": "0.1",
    "description": "Calculate network details using CIDR Notation",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "host_permissions": [],
    "author": "rootVIII",
    "homepage_url": "https:\/\/github.com\/rootVIII\/cidr-calc",
    "short_name": "CIDR-X",
    "action": {
        "default_popup": "index.html",
        "default_title": "CIDR-X",
        "default_icon": {
            "128": "cidrx-128x128.png",
            "48": "cidrx-48x48.png",
            "16": "cidrx-16x16.png"
        }
    },
    "icons": {
        "128": "cidrx-128x128.png",
        "48": "cidrx-48x48.png",
        "16": "cidrx-16x16.png"
    }
}