Ledavio Image Importer
This extension imports images into Ledavio moodboards
什麼是Ledavio Image Importer?
Ledavio Image Importer是由https://www.ledavio.design開發的Chrome擴展程式,該擴展的主要功能是“This extension imports images into Ledavio moodboards”。
擴展截圖
下載Ledavio Image Importer擴展crx文件
下載Ledavio Image Importer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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).
擴展基本資訊
名稱 | |
ID | nimlecnggbdphegpojjbilocfeonnenl |
官方網址 | https://chrome.google.com/webstore/detail/ledavio-image-importer/nimlecnggbdphegpojjbilocfeonnenl |
簡介 | This extension imports images into Ledavio moodboards |
檔案大小 | 58.82 KB |
安裝次數 | 34 |
目前版本 | 1.2.0 |
更新時間 | 2020-07-09 |
上架時間 | 2019-04-02 |
開發者 | https://www.ledavio.design |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://ledavio.design/privacy-policy |
支援的語言 | 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" ] } } |