Ledavio Image Importer

This extension imports images into Ledavio moodboards

什么是Ledavio Image Importer?

Ledavio Image Importer是由https://www.ledavio.design开发的Chrome扩展程序,该扩展的主要功能是“This extension imports images into Ledavio moodboards”。

扩展截图

screenshot
screenshot

下载Ledavio Image Importer扩展crx文件

下载Ledavio Image Importer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Ledavio Image Importer Ledavio Image Importer
ID nimlecnggbdphegpojjbilocfeonnenl
官方URL https://chrome.google.com/webstore/detail/ledavio-image-importer/nimlecnggbdphegpojjbilocfeonnenl
简介 This extension imports images into Ledavio moodboards
文件大小 58.82 KB
安装次数 34
当前版本 1.2.0
更新时间 2020-07-09
上架时间 2019-04-02
开发者 https://www.ledavio.design
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://ledavio.design/privacy-policy
支持的语言 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"
        ]
    }
}