Ledavio Image Importer
This extension imports images into Ledavio moodboards
O que é Ledavio Image Importer?
Ledavio Image Importer é uma extensão do Chrome desenvolvida por https://www.ledavio.design, e sua principal característica é "This extension imports images into Ledavio moodboards".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ledavio Image Importer
Baixe arquivos de extensão Ledavio Image Importer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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).
Informações Básicas da Extensão
Nome | |
ID | nimlecnggbdphegpojjbilocfeonnenl |
URL Oficial | https://chrome.google.com/webstore/detail/ledavio-image-importer/nimlecnggbdphegpojjbilocfeonnenl |
Descrição | This extension imports images into Ledavio moodboards |
Tamanho do Arquivo | 58.82 KB |
Contagem de Instalações | 34 |
Versão Atual | 1.2.0 |
Última Atualização | 2020-07-09 |
Data de Publicação | 2019-04-02 |
Desenvolvedor | https://www.ledavio.design |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://ledavio.design/privacy-policy |
Idiomas Suportados | 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" ] } } |