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によって開発されたChromeの拡張機能で、その主な機能は「Import Lucidchart diagrams to diagrams.net」です。
拡張機能のスクリーンショット
diagrams.net and draw.io Importer拡張機能のCRXファイルをダウンロード
diagrams.net and draw.io Importer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } |