diagrams.net and draw.io Importer

Import Lucidchart diagrams to diagrams.net

Qu'est-ce que diagrams.net and draw.io Importer ?

diagrams.net and draw.io Importer est une extension Chrome développée par https://diagrams.net, et sa fonction principale est "Import Lucidchart diagrams to diagrams.net".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension diagrams.net and draw.io Importer

Téléchargez les fichiers d'extension diagrams.net and draw.io Importer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom diagrams.net and draw.io Importer diagrams.net and draw.io Importer
ID cnoplimhpndhhhnmoigbanpjeghjpohi
URL Officiel https://chromewebstore.google.com/detail/diagramsnet-and-drawio-im/cnoplimhpndhhhnmoigbanpjeghjpohi
Description Import Lucidchart diagrams to diagrams.net
Taille du Fichier 36.06 KB
Nombre d'Installations 30,000
Version Actuelle 1.0.10
Dernière Mise à Jour 2021-03-31
Date de Publication 2020-07-03
Évaluation 4.00/5 Total 19 Évaluations
Développeur https://diagrams.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.diagrams.net
URL de la Page d'Aide https://www.diagrams.net
URL de la Page de Politique de Confidentialité https://www.drawio.com/trust
Langues Prises en Charge 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
}