Network Topology Illustrator
An illustrator to draw network topology
Cos'è Network Topology Illustrator?
Network Topology Illustrator è un'estensione di Chrome sviluppata da wenjing3, e la sua funzione principale è "An illustrator to draw network topology".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Network Topology Illustrator
Scarica i file di estensione Network Topology Illustrator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
An illustrator to draw network topology. It supports SVG export.
Informazioni di Base sull'Estensione
Nome | |
ID | cjkdplfcgohjlmbefbgpelkmjincljbj |
URL Ufficiale | https://chrome.google.com/webstore/detail/cjkdplfcgohjlmbefbgpelkmjincljbj |
Descrizione | An illustrator to draw network topology |
Dimensione del File | 101 KB |
Conteggio Installazioni | 75 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2018-01-28 |
Data di Pubblicazione | 2018-01-28 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | wenjing3 |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/AngelaWenjing/NetworkTopologyIllustrator |
Lingue Supportate | 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" ] } |