Image Search Options
Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options.
Image Search Optionsคืออะไร?
Image Search Options เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://saucenao.com และคุณลักษณะหลักของมันคือ "Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Search Options
ดาวน์โหลดไฟล์ส่วนขยาย Image Search Options ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds a set of customizable context menu options to the right click menu of images. These options allow for fast and efficient use of the IQDB, SauceNAO, TinEye, Google, (etc...) reverse image search engines. Users are free to add their own sites and customize existing ones. The chrome version of Image Search Options is not yet as extensible as the Firefox version, but with time it will continue to improve. To report a bug, or request a new feature, send me an email at [email protected] Example image source: http://www.pixiv.net/member_illust.php?mode=medium&illust_id=22979429
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Image Search Options |
ID | kljmejbpilkadikecejccebmccagifhl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/image-search-options/kljmejbpilkadikecejccebmccagifhl |
คำอธิบาย | Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options. |
ขนาดไฟล์ | 15.01 KB |
จำนวนการติดตั้ง | 147,900 |
เวอร์ชันปัจจุบัน | 0.0.7.6 |
อัปเดตครั้งล่าสุด | 2023-06-14 |
วันที่เผยแพร่ | 2020-02-15 |
คะแนน | 4.64/5 รวมทั้งหมด 606 คะแนน |
ผู้พัฒนา | https://saucenao.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://saucenao.blogspot.com |
URL หน้านโยบายความเป็นส่วนตัว | https://saucenao.com/tools/ImageSearchOptions_PrivacyPolicy.txt |
ภาษาที่รองรับ | en |
manifest.json | |
{ "name": "Image Search Options", "description": "Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options.", "version": "0.0.7.6", "minimum_chrome_version": "22", "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "createmenu.js", "eventPage.js" ] }, "options_page": "options.html", "icons": { "16": "iso_16.png", "48": "iso_48.png", "128": "iso_128.png" }, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2 } |