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
公式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
Eメール [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:\/\/*\/*"
            ]
        }
    ]
}