ShopLook Clipper

Save any web images to design outfits and moodboards

ShopLook Clipperคืออะไร?

ShopLook Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shoplook และคุณลักษณะหลักของมันคือ "Save any web images to design outfits and moodboards"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ShopLook Clipper

ดาวน์โหลดไฟล์ส่วนขยาย ShopLook Clipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ShopLook is an easy way to create moodboards using a selection of buyable products and images found from around the web. Put your creativity to work on the ShopLook canvas and inspire someone today!

With the ShopLook Clipper browser extension, finding the perfect product and images to complete your perfect moodboard has never been easier.                    

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

ชื่อ ShopLook Clipper ShopLook Clipper
ID gbdnkkaljjonpfgjhdfolnddpeecheak
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shoplook-clipper/gbdnkkaljjonpfgjhdfolnddpeecheak
คำอธิบาย Save any web images to design outfits and moodboards
ขนาดไฟล์ 93.78 KB
จำนวนการติดตั้ง 13,178
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2022-08-20
วันที่เผยแพร่ 2020-02-02
คะแนน 2.19/5 รวมทั้งหมด 42 คะแนน
ผู้พัฒนา Shoplook
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://shoplook.io/
URL หน้าช่วยเหลือ https://shoplook.zendesk.com/hc/en-us/sections/360007867954-Adding-images-to-designs
URL หน้านโยบายความเป็นส่วนตัว https://shoplook.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ShopLook Clipper",
    "version": "1.2.0",
    "description": "Save any web images to design outfits and moodboards",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "cookies",
        "contextMenus",
        "storage",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "assets\/shoplook-icon-sm.png",
            "24": "assets\/shoplook-icon-sm.png",
            "32": "assets\/shoplook-icon-sm.png"
        }
    },
    "minimum_chrome_version": "88.0",
    "icons": {
        "48": "assets\/shoplook-icon-sm.png",
        "128": "assets\/shoplook-icon-lg.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*",
                "\/templates\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}