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. 拡張機能の基本情報
| 名前 | |
| ID | jbpkfbgmmpibnklabadoopiibolkpejb |
| 公式URL | 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 |
| Eメール | [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"
}
} | |