diagrams.net and draw.io Importer
Import Lucidchart diagrams to diagrams.net
diagrams.net and draw.io Importer क्या है?
diagrams.net and draw.io Importer https://diagrams.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import Lucidchart diagrams to diagrams.net"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में diagrams.net and draw.io Importer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Automatic migration to draw.io and diagrams.net for tools that don't expose diagram data. Log into the Lucidchart in a browser tool and navigate to https://app.diagrams.net/tools/lucid/import.html into another tab. Once authenicated you can convert all diagrams in your Lucidchart account to draw.io and output the results to one zip file.
एक्सटेंशन की मूल जानकारी
नाम | diagrams.net and draw.io Importer |
ID | cnoplimhpndhhhnmoigbanpjeghjpohi |
आधिकारिक URL | https://chromewebstore.google.com/detail/diagramsnet-and-drawio-im/cnoplimhpndhhhnmoigbanpjeghjpohi |
विवरण | Import Lucidchart diagrams to diagrams.net |
फ़ाइल का आकार | 36.06 KB |
स्थापना संख्या | 30,000 |
वर्तमान संस्करण | 1.0.10 |
अंतिम अपडेट | 2021-03-31 |
प्रकाशन तिथि | 2020-07-03 |
रेटिंग | 4.00/5 कुल 19 रेटिंग्स |
डेवलपर | https://diagrams.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.diagrams.net |
सहायता पृष्ठ URL | https://www.diagrams.net |
गोपनीयता नीति पृष्ठ URL | https://www.drawio.com/trust |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "diagrams.net and draw.io Importer", "version": "1.0.10", "description": "Import Lucidchart diagrams to diagrams.net", "permissions": [ "declarativeContent", "https:\/\/*.lucidchart.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.lucidchart.com\/documents\/external?callback=http%3A%2F%2Fdiagrams.net%0A*", "https:\/\/*.lucidchart.com\/users\/login?view=external*", "https:\/\/lucid.app\/documents\/external?callback=http%3A%2F%2Fdiagrams.net%0A*", "https:\/\/lucid.app\/users\/login?view=external*" ], "all_frames": true, "run_at": "document_end", "js": [ "contentScript.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/*.draw.io\/*", "https:\/\/*.diagrams.net\/*" ] }, "page_action": { "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } }, "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "manifest_version": 2 } |