Find this pic
Search any web-image via Google Images.
Apa itu Find this pic?
Find this pic adalah ekstensi Chrome yang dikembangkan oleh https://www.venetowebdesign.com, dan fitur utamanya adalah "Search any web-image via Google Images.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Find this pic
Unduh file ekstensi Find this pic dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Find this pic |
ID | lipgmjpepegfmijhpkoedhckijlelkgl |
URL Resmi | https://chromewebstore.google.com/detail/find-this-pic/lipgmjpepegfmijhpkoedhckijlelkgl |
Deskripsi | Search any web-image via Google Images. |
Ukuran File | 9.07 KB |
Jumlah Instalasi | 6,391 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2013-06-15 |
Tanggal Publikasi | 2013-06-14 |
Penilaian | 4.08/5 Total 25 Penilaian |
Pengembang | https://www.venetowebdesign.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.venetowebdesign.com/ |
Bahasa yang Didukung | 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" } } |