Ledavio Image Importer

This extension imports images into Ledavio moodboards

Was ist Ledavio Image Importer?

Ledavio Image Importer ist eine Chrome-Erweiterung, die von https://www.ledavio.design entwickelt wurde, und ihr Hauptmerkmal ist "This extension imports images into Ledavio moodboards".

Erweiterungsscreenshots

screenshot
screenshot

Ledavio Image Importer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ledavio Image Importer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        If you are using Ledavio (www.ledavio.design) for creating mood boards, you can use this extension to directly import all images from any website into your mood boards. After installing, you just login into your Ledavio account by clicking on the Ledavio logo in the Chrome extension bar (right beside the URL input bar). After choosing a default board images can be inserted via the context menu (right click on the image).                    

Grundlegende Informationen zur Erweiterung

Name Ledavio Image Importer Ledavio Image Importer
ID nimlecnggbdphegpojjbilocfeonnenl
Offizielle URL https://chrome.google.com/webstore/detail/ledavio-image-importer/nimlecnggbdphegpojjbilocfeonnenl
Beschreibung This extension imports images into Ledavio moodboards
Dateigröße 58.82 KB
Installationsanzahl 34
Aktuelle Version 1.2.0
Letztes Update 2020-07-09
Veröffentlichungsdatum 2019-04-02
Entwickler https://www.ledavio.design
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://ledavio.design/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ledavio Image Importer",
    "version": "1.2.0",
    "description": "This extension imports images into Ledavio moodboards",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeContent",
        "storage",
        "contextMenus",
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "config.js",
            "background.js"
        ]
    }
}