제작자: LKNQ
Inspect and view changes in Search with Google Lens source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Search with Google Lens",
"version": "2.2",
"description": "Press Alt+W to snip any area and search with Google Lens",
"permissions": [
"activeTab",
"tabs",
"clipboardWrite",
"<all_urls>",
"https://lens.google.com/*",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"commands": {
"activate-snip": {
"suggested_key": {
"default": "Alt+W"
},
"description": "Activate screen snipping tool"
}
},
"browser_action": {
"default_title": "Search with Google Lens (Alt+W)",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"snip.css"
],
"run_at": "document_idle",
"all_frames": false
}
],
"web_accessible_resources": [
"launcher.html",
"launcher.js",
"popup.html",
"popup.js"
],
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "lens-snip@extension",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
},
"gecko_android": {
"strict_min_version": "142.0"
}
}
} 최고의 Search with Google Lens 대안
다음은 Search with Google Lens과(와) 유사한 Firefox add-on입니다:
To Google Lens
kabus
QuickLens - Google Lens Tool
Akshay Anu S
RapidLens – Search with Google Lens
Akshay Anu S
Search on Google Lens
typeling1578
Search with Google Lens
CirnoT
Quick Snipper
politewolf
Screenshot to Google Lens
MiloCubed
Google Lens Search
SkylarPhoenix
Select & Search - Capture & Search Instantly
4vidit
Select and Search
Burak Unver
VisuaFind
RoyRiver