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:\/\/*\/*"
            ]
        }
    ]
}