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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ledavio Image Importer Ledavio Image Importer
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"
        ]
    }
}