ShopLook Clipper

Save any web images to design outfits and moodboards

ShopLook Clipper là gì?

ShopLook Clipper là một tiện ích mở rộng Chrome được phát triển bởi Shoplook, và tính năng chính của nó là "Save any web images to design outfits and moodboards".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ShopLook Clipper

Tải xuống các tệp mở rộng ShopLook Clipper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ShopLook Clipper ShopLook Clipper
ID gbdnkkaljjonpfgjhdfolnddpeecheak
URL Chính Thức https://chromewebstore.google.com/detail/shoplook-clipper/gbdnkkaljjonpfgjhdfolnddpeecheak
Mô tả Save any web images to design outfits and moodboards
Kích Thước Tệp 93.78 KB
Số Lần Cài Đặt 13,178
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2022-08-20
Ngày Phát Hành 2020-02-02
Đánh Giá 2.19/5 Tổng số 42 Đánh Giá
Nhà Phát Triển Shoplook
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://shoplook.io/
URL Trang Trợ Giúp https://shoplook.zendesk.com/hc/en-us/sections/360007867954-Adding-images-to-designs
URL Trang Chính Sách Bảo Mật https://shoplook.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}