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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://shoplook.zendesk.com/hc/en-us/sections/360007867954-Adding-images-to-designs
عنوان صفحة سياسة الخصوصية 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:\/\/*\/*"
            ]
        }
    ]
}