CIDR-X CIDR Calculator
Calculate network details using CIDR Notation
什麼是CIDR-X CIDR Calculator?
CIDR-X CIDR Calculator是由rootVIII開發的Chrome擴展程式,該擴展的主要功能是“Calculate network details using CIDR Notation”。
擴展截圖
下載CIDR-X CIDR Calculator擴展crx文件
下載CIDR-X CIDR Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Calculate subnet details for a given IP address and CIDR.
擴展基本資訊
名稱 | CIDR-X CIDR Calculator |
ID | jbpkfbgmmpibnklabadoopiibolkpejb |
官方網址 | https://chromewebstore.google.com/detail/cidr-x-cidr-calculator/jbpkfbgmmpibnklabadoopiibolkpejb |
簡介 | Calculate network details using CIDR Notation |
檔案大小 | 20.86 KB |
安裝次數 | 87 |
目前版本 | 0.1 |
更新時間 | 2022-01-30 |
上架時間 | 2022-01-29 |
開發者 | rootVIII |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/rootVIII/cidr-calc |
支援的語言 | 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" } } |