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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Supports multi engine search for pictures; supports Taobao, 1688, and Alibaba e-commerce websites to search products with pictures"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Image Search Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}