WebExtension.net
WebExtension.net

Search by Image

View on Chrome Web Store
View Search by Image Chrome Extension on Chrome Web Store
4.2 (423 ratings)
1 new ratings

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A powerful reverse image search tool, with support for various search engines, such as Google, Bing, Yandex, Baidu and TinEye.
Type
Extension
Users
300,000 users
Website armin.dev
Armin Sebastian
View author page of Armin Sebastian
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 1, 2017
Version 7.1.0
Manifest version
3
Updated
Updated on June 25, 2024
View on Chrome Web Store
View Search by Image Chrome Extension on Chrome Web Store
productivity/tools
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "7.1.0",
    "author": "Armin Sebastian",
    "homepage_url": "https:\/\/github.com\/dessant\/search-by-image",
    "default_locale": "en",
    "minimum_chrome_version": "123.0",
    "permissions": [
        "alarms",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "tabs",
        "activeTab",
        "notifications",
        "webRequest",
        "declarativeNetRequest",
        "scripting"
    ],
    "optional_permissions": [
        "clipboardRead"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; img-src * data: blob:; connect-src * blob:; object-src 'none';"
    },
    "icons": {
        "16": "src\/assets\/icons\/app\/icon-16.png",
        "19": "src\/assets\/icons\/app\/icon-19.png",
        "24": "src\/assets\/icons\/app\/icon-24.png",
        "32": "src\/assets\/icons\/app\/icon-32.png",
        "38": "src\/assets\/icons\/app\/icon-38.png",
        "48": "src\/assets\/icons\/app\/icon-48.png",
        "64": "src\/assets\/icons\/app\/icon-64.png",
        "96": "src\/assets\/icons\/app\/icon-96.png",
        "128": "src\/assets\/icons\/app\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "src\/assets\/icons\/app\/icon-16.png",
            "19": "src\/assets\/icons\/app\/icon-19.png",
            "24": "src\/assets\/icons\/app\/icon-24.png",
            "32": "src\/assets\/icons\/app\/icon-32.png",
            "38": "src\/assets\/icons\/app\/icon-38.png",
            "48": "src\/assets\/icons\/app\/icon-48.png",
            "64": "src\/assets\/icons\/app\/icon-64.png",
            "96": "src\/assets\/icons\/app\/icon-96.png",
            "128": "src\/assets\/icons\/app\/icon-128.png"
        }
    },
    "options_ui": {
        "page": "src\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "src\/background\/script.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "src\/base\/script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/content\/style.css",
                "src\/select\/pointer.css",
                "src\/select\/index.html",
                "src\/capture\/index.html",
                "src\/confirm\/index.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "incognito": "split"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top