By: Akshay Anu S
Inspect and view changes in QuickLens - Google Lens Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "QuickLens - Search Screen with Google Lens",
"version": "5.7",
"description": "QuickLens brings Google Lens to your browser. Easily search your screen or any image for product details, translations, and more.",
"browser_specific_settings": {
"gecko": {
"id": "quicklens@buildmelon.com",
"strict_min_version": "126.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"activeTab",
"contextMenus",
"scripting",
"storage",
"webNavigation",
"tabs"
],
"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": {
"scripts": [
"background.js"
],
"type": "module"
},
"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"
},
{
"matches": [
"*://amazon.com/*",
"*://*.amazon.com/*",
"*://amazon.co.uk/*",
"*://*.amazon.co.uk/*",
"*://amazon.in/*",
"*://*.amazon.in/*",
"*://amazon.ca/*",
"*://*.amazon.ca/*",
"*://amazon.de/*",
"*://*.amazon.de/*",
"*://amazon.fr/*",
"*://*.amazon.fr/*",
"*://amazon.it/*",
"*://*.amazon.it/*",
"*://amazon.es/*",
"*://*.amazon.es/*",
"*://amazon.com.au/*",
"*://*.amazon.com.au/*",
"*://amazon.com.br/*",
"*://*.amazon.com.br/*",
"*://amazon.com.mx/*",
"*://*.amazon.com.mx/*",
"*://amazon.co.jp/*",
"*://*.amazon.co.jp/*"
],
"exclude_matches": [
"*://sellercentral.amazon.com/*",
"*://sellercentral.amazon.in/*",
"*://aws.amazon.com/*",
"*://aws.amazon.in/*",
"*://developer.amazon.com/*",
"*://developer.amazon.in/*"
],
"js": [
"data/inject/amazon-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",
"img/quicklens-symbol.svg",
"data/inject/lens-upload.js",
"data/inject/amazon-content.js"
],
"matches": [
"<all_urls>"
]
}
]
} Best QuickLens - Google Lens Tool Alternatives
Here are some Firefox add-ons that are similar to QuickLens - Google Lens Tool:
RapidLens – Search with Google Lens
Akshay Anu S
Search with Google Lens
LKNQ
Google Lens Search
SkylarPhoenix
Search on Google Lens
typeling1578
To Google Lens
kabus
Google Image Search
GrishmaKhanal
Screenshot to Google Lens
MiloCubed
Quickle
dagabey
Zoom Lens
DBZ Clasher
VisuaFind
RoyRiver
Select & Search - Capture & Search Instantly
4vidit