Network Topology Illustrator
An illustrator to draw network topology
What is Network Topology Illustrator?
Network Topology Illustrator is a Chrome extension developed by wenjing3, and its main feature is "An illustrator to draw network topology".
Extension Screenshots
Download Network Topology Illustrator Extension CRX File
Download Network Topology Illustrator 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
An illustrator to draw network topology. It supports SVG export.
Extension Basic Information
Name | |
ID | cjkdplfcgohjlmbefbgpelkmjincljbj |
Official URL | https://chrome.google.com/webstore/detail/cjkdplfcgohjlmbefbgpelkmjincljbj |
Description | An illustrator to draw network topology |
File Size | 101 KB |
Installation Count | 75 |
Current Version | 0.0.1 |
Last Updated | 2018-01-28 |
Publish Date | 2018-01-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | wenjing3 |
Payment Type | free |
Extension Website | https://github.com/AngelaWenjing/NetworkTopologyIllustrator |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Network Topology Illustrator", "author": "AngelaWenjing", "version": "0.0.1", "description": "An illustrator to draw network topology", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon48.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "commands": { "_execute_browser_action": { "suggested_key": { "chromeos": "Ctrl+Shift+G", "linux": "Ctrl+Shift+G", "mac": "Command+Shift+G", "windows": "Ctrl+Shift+G" }, "description": "Activate Network Topology Illustrator" } }, "permissions": [ "storage", "downloads" ] } |