Ledavio Image Importer
This extension imports images into Ledavio moodboards
Ledavio Image Importer क्या है?
Ledavio Image Importer https://www.ledavio.design द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension imports images into Ledavio moodboards"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ledavio Image Importer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" ] } } |