Ledavio Image Importer
This extension imports images into Ledavio moodboards
Hvad er Ledavio Image Importer?
Ledavio Image Importer er en Chrome-udvidelse udviklet af https://www.ledavio.design, og dens hovedfunktion er "This extension imports images into Ledavio moodboards".
Udvidelsesskærmbilleder
Download Ledavio Image Importer-udvidelses-CRX-fil
Download Ledavio Image Importer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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).
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | nimlecnggbdphegpojjbilocfeonnenl |
Officiel URL | https://chrome.google.com/webstore/detail/ledavio-image-importer/nimlecnggbdphegpojjbilocfeonnenl |
Beskrivelse | This extension imports images into Ledavio moodboards |
Filstørrelse | 58.82 KB |
Antal Installationer | 34 |
Nuværende Version | 1.2.0 |
Senest Opdateret | 2020-07-09 |
Udgivelsesdato | 2019-04-02 |
Udvikler | https://www.ledavio.design |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://ledavio.design/privacy-policy |
Understøttede Sprog | 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" ] } } |