1688 Search by image

Quickly search 1688.com for any image you see while browsing!

ما هو 1688 Search by image؟

1688 Search by image هو إضافة Chrome تم تطويرها بواسطة todd، والميزة الرئيسية لها هي "Quickly search 1688.com for any image you see while browsing!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة 1688 Search by image

قم بتنزيل ملفات الامتداد 1688 Search by image بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        A helpful dropshipping tool, this extension lets you search for similar images on 1688.com with 1 click. Simply click on the icon that will appear on each image, and wait for the search tab to open. When the results are ready, the tab will become focused.                    

معلومات أساسية عن التمديد

الاسم 1688 Search by image 1688 Search by image
ID cndnkfinbmlobbgjgbhoiaikajocejgo
عنوان URL الرسمي https://chromewebstore.google.com/detail/1688-search-by-image/cndnkfinbmlobbgjgbhoiaikajocejgo
الوصف Quickly search 1688.com for any image you see while browsing!
حجم الملف 52.53 KB
عدد التثبيتات 579
النسخة الحالية 1.2.0
آخر تحديث 2024-02-28
تاريخ النشر 2020-09-28
تقييم 4.43/5 مجموع تقييمات 7
المطور todd
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Quickly search 1688.com for any image you see while browsing!",
    "version": "1.2.0",
    "name": "1688 Search by image",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "upload-icon-circle-thicker.png"
    },
    "permissions": [
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "48": "upload-icon-circle-thicker.png",
        "64": "upload-icon-circle-thicker.png",
        "128": "upload-icon-circle-thicker.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.ttf",
                "*.gif",
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}