Ledavio Image Importer

This extension imports images into Ledavio moodboards

Cos'è Ledavio Image Importer?

Ledavio Image Importer è un'estensione di Chrome sviluppata da https://www.ledavio.design, e la sua funzione principale è "This extension imports images into Ledavio moodboards".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ledavio Image Importer

Scarica i file di estensione Ledavio Image Importer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Ledavio Image Importer Ledavio Image Importer
ID nimlecnggbdphegpojjbilocfeonnenl
URL Ufficiale https://chrome.google.com/webstore/detail/ledavio-image-importer/nimlecnggbdphegpojjbilocfeonnenl
Descrizione This extension imports images into Ledavio moodboards
Dimensione del File 58.82 KB
Conteggio Installazioni 34
Versione Corrente 1.2.0
Ultimo Aggiornamento 2020-07-09
Data di Pubblicazione 2019-04-02
Sviluppatore https://www.ledavio.design
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://ledavio.design/privacy-policy
Lingue Supportate 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"
        ]
    }
}