Quick Image Search
Right click an image or some selected text and use that for a secure search using Google Images.
O que é Quick Image Search?
Quick Image Search é uma extensão do Chrome desenvolvida por https://maar-ten.github.io/Quick-Image-Search, e sua principal característica é "Right click an image or some selected text and use that for a secure search using Google Images.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Quick Image Search
Baixe arquivos de extensão Quick Image Search 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
Seen an image on a website and you'd like to know who or what it is? Found someone's name and you like to know what that person looks like? After installing this extension there will be a new entry in the context menu (right-click menu) when an image or some selected text is right-clicked. Selecting this menu option will start a secure Google Image search via HTTPS. Release notes: - 2022-12-11 v4.0: Reverse image search now uses Google Lens. Google Images does not support reverse image search anymore.
Informações Básicas da Extensão
Nome | Quick Image Search |
ID | ihbfgploaolhdcfohgmkgeelahfghngd |
URL Oficial | https://chromewebstore.google.com/detail/quick-image-search/ihbfgploaolhdcfohgmkgeelahfghngd |
Descrição | Right click an image or some selected text and use that for a secure search using Google Images. |
Tamanho do Arquivo | 27.89 KB |
Contagem de Instalações | 31,202 |
Versão Atual | 4.0 |
Última Atualização | 2023-11-20 |
Data de Publicação | 2019-04-24 |
Classificação | 4.10/5 Total de 21 Avaliações |
Desenvolvedor | https://maar-ten.github.io/Quick-Image-Search |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/maar-ten/QuickImageSearch#readme |
URL da Página de Ajuda | https://github.com/maar-ten/QuickImageSearch/issues |
Idiomas Suportados | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "4.0", "minimum_chrome_version": "88", "default_locale": "en", "description": "__MSG_appDescription__", "permissions": [ "contextMenus" ], "icons": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "48": "icons\/icon-48.png" }, "background": { "service_worker": "service-worker.js" } } |