1688 Search by image

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

1688 Search by image란 무엇입니까?

1688 Search by image은(는) todd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly search 1688.com for any image you see while browsing!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

1688 Search by image 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
    }
}