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 |
公式URL | 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 |
Eメール | [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" ] } } |