Find this pic
Search any web-image via Google Images.
Find this picคืออะไร?
Find this pic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.venetowebdesign.com และคุณลักษณะหลักของมันคือ "Search any web-image via Google Images."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Find this pic
ดาวน์โหลดไฟล์ส่วนขยาย Find this pic ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Find this pic |
ID | lipgmjpepegfmijhpkoedhckijlelkgl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/find-this-pic/lipgmjpepegfmijhpkoedhckijlelkgl |
คำอธิบาย | Search any web-image via Google Images. |
ขนาดไฟล์ | 9.07 KB |
จำนวนการติดตั้ง | 6,391 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2013-06-15 |
วันที่เผยแพร่ | 2013-06-14 |
คะแนน | 4.08/5 รวมทั้งหมด 25 คะแนน |
ผู้พัฒนา | https://www.venetowebdesign.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.venetowebdesign.com/ |
ภาษาที่รองรับ | 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" } } |