Find this pic
Search any web-image via Google Images.
Vad är Find this pic?
Find this pic är en Chrome-tillägg utvecklad av https://www.venetowebdesign.com, och dess huvudfunktion är "Search any web-image via Google Images.".
Tilläggsskärmbilder
Ladda ner Find this pic-förlängningens CRX-fil
Ladda ner Find this pic-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Find this pic |
ID | lipgmjpepegfmijhpkoedhckijlelkgl |
Officiell webbadress | https://chromewebstore.google.com/detail/find-this-pic/lipgmjpepegfmijhpkoedhckijlelkgl |
Beskrivning | Search any web-image via Google Images. |
Filstorlek | 9.07 KB |
Antal Installationer | 6,391 |
Aktuell Version | 2.1 |
Senast Uppdaterad | 2013-06-15 |
Publiceringsdatum | 2013-06-14 |
Betyg | 4.08/5 Totalt 25 Betyg |
Utvecklare | https://www.venetowebdesign.com |
Betalningssätt | free |
Tilläggswebbplats | http://www.venetowebdesign.com/ |
Stödda Språk | 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" } } |