Network Topology Illustrator
An illustrator to draw network topology
Qu'est-ce que Network Topology Illustrator ?
Network Topology Illustrator est une extension Chrome développée par wenjing3, et sa fonction principale est "An illustrator to draw network topology".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Network Topology Illustrator
Téléchargez les fichiers d'extension Network Topology Illustrator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
An illustrator to draw network topology. It supports SVG export.
Informations de Base sur l'Extension
Nom | |
ID | cjkdplfcgohjlmbefbgpelkmjincljbj |
URL Officiel | https://chrome.google.com/webstore/detail/cjkdplfcgohjlmbefbgpelkmjincljbj |
Description | An illustrator to draw network topology |
Taille du Fichier | 101 KB |
Nombre d'Installations | 75 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2018-01-28 |
Date de Publication | 2018-01-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | wenjing3 |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/AngelaWenjing/NetworkTopologyIllustrator |
Langues Prises en Charge | 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" ] } |