ShopLook Clipper

Save any web images to design outfits and moodboards

Cos'è ShopLook Clipper?

ShopLook Clipper è un'estensione di Chrome sviluppata da Shoplook, e la sua funzione principale è "Save any web images to design outfits and moodboards".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ShopLook Clipper

Scarica i file di estensione ShopLook Clipper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ShopLook Clipper ShopLook Clipper
ID gbdnkkaljjonpfgjhdfolnddpeecheak
URL Ufficiale https://chromewebstore.google.com/detail/shoplook-clipper/gbdnkkaljjonpfgjhdfolnddpeecheak
Descrizione Save any web images to design outfits and moodboards
Dimensione del File 93.78 KB
Conteggio Installazioni 13,178
Versione Corrente 1.2.0
Ultimo Aggiornamento 2022-08-20
Data di Pubblicazione 2020-02-02
Valutazione 2.19/5 Totale 42 Valutazioni
Sviluppatore Shoplook
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://shoplook.io/
URL della Pagina di Aiuto https://shoplook.zendesk.com/hc/en-us/sections/360007867954-Adding-images-to-designs
URL della Pagina della Politica sulla Privacy https://shoplook.io/privacy
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}