Image Search Assistant

Supports multi engine search for pictures; supports Taobao, 1688, and Alibaba e-commerce websites to search products with pictures

Image Search Assistant란 무엇입니까?

Image Search Assistant은(는) Mime에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Supports multi engine search for pictures; supports Taobao, 1688, and Alibaba e-commerce websites to search products with pictures"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Image Search Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Image Search Assistant is a browser extension that help you to search by image on multiple engines. It integrates search engines such as google, Baidu, yandex, bing, etc. Users can search pictures without repeatedly switching search engines, which greatly improves the efficiency of search pictures; The feature is that it supports e-commerce search for pictures, you can quickly find similar products on the e-commerce website; at the same time, it can also extract all pictures of the webpage with one click and choose to download them at will.
1. Support local upload image search
2. Support screenshot search
3. Support one-click extraction of webpage pictures
4. Support e-commerce similar product search
5. Support picture download
6. Support picture viewing                    

확장 프로그램 기본 정보

이름 Image Search Assistant Image Search Assistant
ID kldhhobmmejaeaiilomaibhjlcfpceac
공식 URL https://chromewebstore.google.com/detail/image-search-assistant/kldhhobmmejaeaiilomaibhjlcfpceac
설명 Supports multi engine search for pictures; supports Taobao, 1688, and Alibaba e-commerce websites to search products with pictures
파일 크기 1.63 MB
설치 횟수 40,000
현재 버전 2.0.9
최근 업데이트 2023-12-13
출시 날짜 2020-10-19
평점 4.16/5 총 43 개의 평점
개발자 Mime
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://static.screen-master.com/privacy.html
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_default_title__",
    "default_locale": "en",
    "version": "2.0.9",
    "description": "__MSG_description__",
    "background": {
        "service_worker": ".\/background.js"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "assets\/logo\/logo48.png"
    },
    "icons": {
        "16": "assets\/logo\/logo16.png",
        "48": "assets\/logo\/logo48.png",
        "128": "assets\/logo\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ],
            "css": [
                "content\/content.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "downloads",
        "contextMenus",
        "tabs",
        "storage",
        "declarativeNetRequest",
        "cookies",
        "activeTab"
    ],
    "optional_permissions": [
        "clipboardRead"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "**\/pagejs*.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}