Find this pic
Search any web-image via Google Images.
Cos'è Find this pic?
Find this pic è un'estensione di Chrome sviluppata da https://www.venetowebdesign.com, e la sua funzione principale è "Search any web-image via Google Images.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Find this pic
Scarica i file di estensione Find this pic in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Find this pic |
ID | lipgmjpepegfmijhpkoedhckijlelkgl |
URL Ufficiale | https://chromewebstore.google.com/detail/find-this-pic/lipgmjpepegfmijhpkoedhckijlelkgl |
Descrizione | Search any web-image via Google Images. |
Dimensione del File | 9.07 KB |
Conteggio Installazioni | 6,391 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2013-06-15 |
Data di Pubblicazione | 2013-06-14 |
Valutazione | 4.08/5 Totale 25 Valutazioni |
Sviluppatore | https://www.venetowebdesign.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.venetowebdesign.com/ |
Lingue Supportate | 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" } } |