Ledavio Image Importer
This extension imports images into Ledavio moodboards
Wat is Ledavio Image Importer?
Ledavio Image Importer is een Chrome-extensie ontwikkeld door https://www.ledavio.design, en de belangrijkste functie is "This extension imports images into Ledavio moodboards".
Extensie Screenshots
Download het CRX-bestand van de extensie Ledavio Image Importer
Download Ledavio Image Importer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | |
ID | nimlecnggbdphegpojjbilocfeonnenl |
Officiële URL | https://chrome.google.com/webstore/detail/ledavio-image-importer/nimlecnggbdphegpojjbilocfeonnenl |
Beschrijving | This extension imports images into Ledavio moodboards |
Bestandsgrootte | 58.82 KB |
Aantal Installaties | 34 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2020-07-09 |
Publicatiedatum | 2019-04-02 |
Ontwikkelaar | https://www.ledavio.design |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://ledavio.design/privacy-policy |
Ondersteunde Talen | 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" ] } } |