Ledavio Image Importer

This extension imports images into Ledavio moodboards

Qu'est-ce que Ledavio Image Importer ?

Ledavio Image Importer est une extension Chrome développée par https://www.ledavio.design, et sa fonction principale est "This extension imports images into Ledavio moodboards".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Ledavio Image Importer

Téléchargez les fichiers d'extension Ledavio Image Importer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Ledavio Image Importer Ledavio Image Importer
ID nimlecnggbdphegpojjbilocfeonnenl
URL Officiel https://chrome.google.com/webstore/detail/ledavio-image-importer/nimlecnggbdphegpojjbilocfeonnenl
Description This extension imports images into Ledavio moodboards
Taille du Fichier 58.82 KB
Nombre d'Installations 34
Version Actuelle 1.2.0
Dernière Mise à Jour 2020-07-09
Date de Publication 2019-04-02
Développeur https://www.ledavio.design
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://ledavio.design/privacy-policy
Langues Prises en Charge 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"
        ]
    }
}