Ledavio Image Importer

This extension imports images into Ledavio moodboards

Co je Ledavio Image Importer?

Ledavio Image Importer je rozšíření Chrome vyvinuté https://www.ledavio.design, a jeho hlavní funkcí je „This extension imports images into Ledavio moodboards“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Ledavio Image Importer

Stáhněte si soubory rozšíření Ledavio Image Importer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Ledavio Image Importer Ledavio Image Importer
ID nimlecnggbdphegpojjbilocfeonnenl
Oficiální URL https://chrome.google.com/webstore/detail/ledavio-image-importer/nimlecnggbdphegpojjbilocfeonnenl
Popis This extension imports images into Ledavio moodboards
Velikost souboru 58.82 KB
Počet instalací 34
Aktuální Verze 1.2.0
Poslední Aktualizace 2020-07-09
Datum Vydání 2019-04-02
Vývojář https://www.ledavio.design
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://ledavio.design/privacy-policy
Podporované Jazyky 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"
        ]
    }
}