Ledavio Image Importer
This extension imports images into Ledavio moodboards
Τι είναι το Ledavio Image Importer;
Το Ledavio Image Importer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.ledavio.design, και η κύρια λειτουργία του είναι "This extension imports images into Ledavio moodboards".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Ledavio Image Importer
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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" ] } } |