Ledavio Image Importer

This extension imports images into Ledavio moodboards

Co to jest Ledavio Image Importer?

Ledavio Image Importer to rozszerzenie Chrome opracowane przez https://www.ledavio.design, a jego główną funkcją jest „This extension imports images into Ledavio moodboards”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Ledavio Image Importer

Pobierz pliki rozszerzeń Ledavio Image Importer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Ledavio Image Importer Ledavio Image Importer
ID nimlecnggbdphegpojjbilocfeonnenl
Oficjalny URL https://chrome.google.com/webstore/detail/ledavio-image-importer/nimlecnggbdphegpojjbilocfeonnenl
Opis This extension imports images into Ledavio moodboards
Rozmiar pliku 58.82 KB
Liczba instalacji 34
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2020-07-09
Data Publikacji 2019-04-02
Deweloper https://www.ledavio.design
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://ledavio.design/privacy-policy
Obsługiwane Języki 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"
        ]
    }
}