Download Google Lens For Mac and Windows PC

Google Lens For Pc, Mac and Windows Will help you to search and detect images pattern and download with single click

O que é Download Google Lens For Mac and Windows PC?

Download Google Lens For Mac and Windows PC é uma extensão do Chrome desenvolvida por https://googlelensforpcupdate.blogspot.com, e sua principal característica é "Google Lens For Pc, Mac and Windows Will help you to search and detect images pattern and download with single click".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Download Google Lens For Mac and Windows PC

Baixe arquivos de extensão Download Google Lens For Mac and Windows PC no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This is a simple and easy chrome extension for search and detect images pattern and download with single click.  I have added two features in contextMenu on right click,

You can easily Free download Google Lens on your PC, Windows, Mac chrome browser. This is a Great extension for detect images pattern and download with single click.

💥How to Use:

Step 1: Install the "Google Lens for PC, Windows, Mac" extension in your Chrome browser. Then, right-click on any object.

Step 2: You will find the "Google Lens For Pc, Mac and Windows" option. Then , You will see the 2 sub option, One is Detect Image, Another is Download image. 

Step 3: Simply click on your desired option. Then, enjoy!


💥Here is the google Lens for windows PC and Mac PC - Features:

1) Download Image
2) Image Detect                    

Informações Básicas da Extensão

Nome Download Google Lens For Mac and Windows PC Download Google Lens For Mac and Windows PC
ID miijkofiplfeonkfmdlolnojlobmpman
URL Oficial https://chromewebstore.google.com/detail/download-google-lens-for/miijkofiplfeonkfmdlolnojlobmpman
Descrição Google Lens For Pc, Mac and Windows Will help you to search and detect images pattern and download with single click
Tamanho do Arquivo 39.08 KB
Contagem de Instalações 53,999
Versão Atual 1.0.3
Última Atualização 2024-01-19
Data de Publicação 2023-09-25
Classificação 1.55/5 Total de 29 Avaliações
Desenvolvedor https://googlelensforpcupdate.blogspot.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://googlelensforpcupdate.blogspot.com
URL da Página de Ajuda https://googlelensforpcupdate.blogspot.com/p/contact.html
URL da Página de Política de Privacidade https://googlehomeforpcupdate.blogspot.com/p/privacy-policy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download Google Lens For Mac and Windows PC",
    "description": "Google Lens For Pc, Mac and Windows Will help you to search and detect images pattern and download with single click",
    "manifest_version": 3,
    "version": "1.0.3",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "256": "icon.png",
        "128": "icon.png",
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "sweetalert.js",
                "script.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}