Ledavio Image Importer

This extension imports images into Ledavio moodboards

What is Ledavio Image Importer?

Ledavio Image Importer is a Chrome extension developed by https://www.ledavio.design, and its main feature is "This extension imports images into Ledavio moodboards".

Extension Screenshots

screenshot
screenshot

Download Ledavio Image Importer Extension CRX File

Download Ledavio Image Importer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).                    

Extension Basic Information

Name Ledavio Image Importer Ledavio Image Importer
ID nimlecnggbdphegpojjbilocfeonnenl
Official URL https://chrome.google.com/webstore/detail/ledavio-image-importer/nimlecnggbdphegpojjbilocfeonnenl
Description This extension imports images into Ledavio moodboards
File Size 58.82 KB
Installation Count 34
Current Version 1.2.0
Last Updated 2020-07-09
Publish Date 2019-04-02
Developer https://www.ledavio.design
Email [email protected]
Payment Type free
Privacy Policy Page URL https://ledavio.design/privacy-policy
Supported Languages 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"
        ]
    }
}