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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
    }
}