Reverse Image Search
Adds an option to the context menu to reverse search an image on various services
Reverse Image Searchคืออะไร?
Reverse Image Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brawl และคุณลักษณะหลักของมันคือ "Adds an option to the context menu to reverse search an image on various services"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reverse Image Search
ดาวน์โหลดไฟล์ส่วนขยาย Reverse Image Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds an option to the context menu to search with an image on Google, Bing, Yandex, TinEye, SauceNAO, IQDB or custom search engines with your own URL. If you choose more than one search engine, they will all be shown in a handy submenu! If more than one search engine is selected, a new entry "Open All" will also be shown. You can even choose the tab behaviour that suits your needs! Submit translations to the GitHub repo: https://github.com/Brawl345/Image-Reverse-Search-WebExtension Icon made by "Madebyoliver" from www.flaticon.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Reverse Image Search |
ID | cdgbjhkjjghbjjikgjkkpljlmnpcakco |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reverse-image-search/cdgbjhkjjghbjjikgjkkpljlmnpcakco |
คำอธิบาย | Adds an option to the context menu to reverse search an image on various services |
ขนาดไฟล์ | 91.63 KB |
จำนวนการติดตั้ง | 4,516 |
เวอร์ชันปัจจุบัน | 4.1.2 |
อัปเดตครั้งล่าสุด | 2022-11-14 |
วันที่เผยแพร่ | 2020-06-08 |
คะแนน | 4.44/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | Brawl |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Brawl345/Image-Reverse-Search-WebExtension |
ภาษาที่รองรับ | de,en,fr,tr,es,pt-BR,sv,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "author": "Andreas Bielawski", "version": "4.1.2", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "background": { "service_worker": "build\/service-worker\/service-worker.js", "type": "module" }, "options_ui": { "open_in_tab": true, "page": "options\/options.html" }, "content_security_policy": { "extension_pages": "default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:" }, "permissions": [ "contextMenus", "storage" ] } |