Find this pic
Search any web-image via Google Images.
O que é Find this pic?
Find this pic é uma extensão do Chrome desenvolvida por https://www.venetowebdesign.com, e sua principal característica é "Search any web-image via Google Images.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Find this pic
Baixe arquivos de extensão Find this pic 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
Findthispic lets you search any image via Googles image search. It is just as simple that you do not have to insert the URL by hand. Instead you just right-click the image, choose find this pic, and the search results are shown in a new window. (Updated recent version to manifest 2.). Thank you for using findthispic!
Informações Básicas da Extensão
Nome | Find this pic |
ID | lipgmjpepegfmijhpkoedhckijlelkgl |
URL Oficial | https://chromewebstore.google.com/detail/find-this-pic/lipgmjpepegfmijhpkoedhckijlelkgl |
Descrição | Search any web-image via Google Images. |
Tamanho do Arquivo | 9.07 KB |
Contagem de Instalações | 6,391 |
Versão Atual | 2.1 |
Última Atualização | 2013-06-15 |
Data de Publicação | 2013-06-14 |
Classificação | 4.08/5 Total de 25 Avaliações |
Desenvolvedor | https://www.venetowebdesign.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.venetowebdesign.com/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Find this pic", "version": "2.1", "manifest_version": 2, "description": "Search any web-image via Google Images.", "permissions": [ "contextMenus" ], "background": { "scripts": [ "searchresults.js" ] }, "icons": { "16": "shutter-16.png", "48": "shutter-48.png", "128": "shutter-128.png" } } |