Network Topology Illustrator
An illustrator to draw network topology
ما هو Network Topology Illustrator؟
Network Topology Illustrator هو إضافة Chrome تم تطويرها بواسطة wenjing3، والميزة الرئيسية لها هي "An illustrator to draw network topology".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Network Topology Illustrator
قم بتنزيل ملفات الامتداد Network Topology Illustrator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An illustrator to draw network topology. It supports SVG export.
معلومات أساسية عن التمديد
الاسم | |
ID | cjkdplfcgohjlmbefbgpelkmjincljbj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/cjkdplfcgohjlmbefbgpelkmjincljbj |
الوصف | An illustrator to draw network topology |
حجم الملف | 101 KB |
عدد التثبيتات | 75 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2018-01-28 |
تاريخ النشر | 2018-01-28 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | wenjing3 |
نوع الدفع | free |
موقع الإضافة | https://github.com/AngelaWenjing/NetworkTopologyIllustrator |
اللغات المدعومة | 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" ] } |