ShopLook Clipper

Save any web images to design outfits and moodboards

什麼是ShopLook Clipper?

ShopLook Clipper是由Shoplook開發的Chrome擴展程式,該擴展的主要功能是“Save any web images to design outfits and moodboards”。

擴展截圖

screenshot
screenshot
screenshot

下載ShopLook Clipper擴展crx文件

下載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
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}