Ledavio Image Importer

This extension imports images into Ledavio moodboards

Vad är Ledavio Image Importer?

Ledavio Image Importer är en Chrome-tillägg utvecklad av https://www.ledavio.design, och dess huvudfunktion är "This extension imports images into Ledavio moodboards".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Ledavio Image Importer-förlängningens CRX-fil

Ladda ner Ledavio Image Importer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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).                    

Grundläggande Information om Tillägg

Namn Ledavio Image Importer Ledavio Image Importer
ID nimlecnggbdphegpojjbilocfeonnenl
Officiell webbadress https://chrome.google.com/webstore/detail/ledavio-image-importer/nimlecnggbdphegpojjbilocfeonnenl
Beskrivning This extension imports images into Ledavio moodboards
Filstorlek 58.82 KB
Antal Installationer 34
Aktuell Version 1.2.0
Senast Uppdaterad 2020-07-09
Publiceringsdatum 2019-04-02
Utvecklare https://www.ledavio.design
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://ledavio.design/privacy-policy
Stödda Språk 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"
        ]
    }
}