Ledavio Image Importer

This extension imports images into Ledavio moodboards

Apa itu Ledavio Image Importer?

Ledavio Image Importer adalah ekstensi Chrome yang dikembangkan oleh https://www.ledavio.design, dan fitur utamanya adalah "This extension imports images into Ledavio moodboards".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Ledavio Image Importer

Unduh file ekstensi Ledavio Image Importer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Ledavio Image Importer Ledavio Image Importer
ID nimlecnggbdphegpojjbilocfeonnenl
URL Resmi https://chrome.google.com/webstore/detail/ledavio-image-importer/nimlecnggbdphegpojjbilocfeonnenl
Deskripsi This extension imports images into Ledavio moodboards
Ukuran File 58.82 KB
Jumlah Instalasi 34
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2020-07-09
Tanggal Publikasi 2019-04-02
Pengembang https://www.ledavio.design
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://ledavio.design/privacy-policy
Bahasa yang Didukung 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"
        ]
    }
}