WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
QuickLens - Search Screen with Google Lens

QuickLens - Search Screen with Google Lens

View on Chrome Web Store
View QuickLens - Search Screen with Google Lens Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (4 ratings)
1 new ratings
5 views
This extension has been viewed 5 times
0 downloads
This extension has been downloaded 0 times

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

QuickLens brings Google Lens to your browser. Easily search your screen or any image for product details, translations, and more.
Type
Extension
Users
2,000 users
1K
Website buildmelon.com
Akshay Anu S
View author page of Akshay Anu S
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 9, 2025
Version 5.2
Manifest version
3
Updated
Updated on October 27, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View QuickLens - Search Screen with Google Lens Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "QuickLens - Search Screen with Google Lens",
    "version": "5.2",
    "description": "QuickLens brings Google Lens to your browser. Easily search your screen or any image for product details, translations, and more.",
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting",
        "storage",
        "webNavigation",
        "tabs",
        "windows"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/m.youtube.com\/*",
        "https:\/\/www.google.com\/*",
        "https:\/\/lens.google.com\/*",
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "options_page": "options-new.html",
    "commands": {
        "search_screen": {
            "suggested_key": {
                "default": "Alt+Q"
            },
            "description": "Search the screen with Google Lens"
        },
        "search_area": {
            "suggested_key": {
                "default": "Alt+W"
            },
            "description": "Search selected area with Google Lens"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*",
                "*:\/\/*.images.google.ca\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/m.youtube.com\/*"
            ],
            "js": [
                "page.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/lens.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "*:\/\/accounts.google.com\/*",
                "*:\/\/login.microsoftonline.com\/*",
                "*:\/\/www.facebook.com\/login\/*",
                "*:\/\/github.com\/login\/*",
                "*:\/\/auth0.com\/*",
                "*:\/\/*.auth0.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "welcome.html",
                "welcome.js",
                "img\/QuickLens Wordmark Logo.svg"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 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