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”。

擴展截圖

screenshot

下載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 diagrams.net and draw.io Importer
ID cnoplimhpndhhhnmoigbanpjeghjpohi
官方網址 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
}