Ledavio Image Importer

This extension imports images into Ledavio moodboards

Ledavio Image Importer là gì?

Ledavio Image Importer là một tiện ích mở rộng Chrome được phát triển bởi https://www.ledavio.design, và tính năng chính của nó là "This extension imports images into Ledavio moodboards".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ledavio Image Importer

Tải xuống các tệp mở rộng Ledavio Image Importer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ledavio Image Importer Ledavio Image Importer
ID nimlecnggbdphegpojjbilocfeonnenl
URL Chính Thức https://chrome.google.com/webstore/detail/ledavio-image-importer/nimlecnggbdphegpojjbilocfeonnenl
Mô tả This extension imports images into Ledavio moodboards
Kích Thước Tệp 58.82 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2020-07-09
Ngày Phát Hành 2019-04-02
Nhà Phát Triển https://www.ledavio.design
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://ledavio.design/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}