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 https://saucenao.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Image Search Options एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |