ShopLook Clipper

Save any web images to design outfits and moodboards

Qu'est-ce que ShopLook Clipper ?

ShopLook Clipper est une extension Chrome développée par Shoplook, et sa fonction principale est "Save any web images to design outfits and moodboards".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ShopLook Clipper

Téléchargez les fichiers d'extension ShopLook Clipper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ShopLook Clipper ShopLook Clipper
ID gbdnkkaljjonpfgjhdfolnddpeecheak
URL Officiel https://chromewebstore.google.com/detail/shoplook-clipper/gbdnkkaljjonpfgjhdfolnddpeecheak
Description Save any web images to design outfits and moodboards
Taille du Fichier 93.78 KB
Nombre d'Installations 13,178
Version Actuelle 1.2.0
Dernière Mise à Jour 2022-08-20
Date de Publication 2020-02-02
Évaluation 2.19/5 Total 42 Évaluations
Développeur Shoplook
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://shoplook.io/
URL de la Page d'Aide https://shoplook.zendesk.com/hc/en-us/sections/360007867954-Adding-images-to-designs
URL de la Page de Politique de Confidentialité https://shoplook.io/privacy
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}