CIDR-X CIDR Calculator
Calculate network details using CIDR Notation
Wat is CIDR-X CIDR Calculator?
CIDR-X CIDR Calculator is een Chrome-extensie ontwikkeld door rootVIII, en de belangrijkste functie is "Calculate network details using CIDR Notation".
Extensie Screenshots
Download het CRX-bestand van de extensie CIDR-X CIDR Calculator
Download CIDR-X CIDR Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Calculate subnet details for a given IP address and CIDR.
Basisinformatie over de Extensie
Naam | CIDR-X CIDR Calculator |
ID | jbpkfbgmmpibnklabadoopiibolkpejb |
Officiële URL | https://chromewebstore.google.com/detail/cidr-x-cidr-calculator/jbpkfbgmmpibnklabadoopiibolkpejb |
Beschrijving | Calculate network details using CIDR Notation |
Bestandsgrootte | 20.86 KB |
Aantal Installaties | 87 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2022-01-30 |
Publicatiedatum | 2022-01-29 |
Ontwikkelaar | rootVIII |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/rootVIII/cidr-calc |
Ondersteunde Talen | 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" } } |