Quick Image Search
Right click an image or some selected text and use that for a secure search using Google Images.
Quick Image Search क्या है?
Quick Image Search https://maar-ten.github.io/Quick-Image-Search द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Right click an image or some selected text and use that for a secure search using Google Images."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quick Image Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Seen an image on a website and you'd like to know who or what it is? Found someone's name and you like to know what that person looks like? After installing this extension there will be a new entry in the context menu (right-click menu) when an image or some selected text is right-clicked. Selecting this menu option will start a secure Google Image search via HTTPS. Release notes: - 2022-12-11 v4.0: Reverse image search now uses Google Lens. Google Images does not support reverse image search anymore.
एक्सटेंशन की मूल जानकारी
नाम | Quick Image Search |
ID | ihbfgploaolhdcfohgmkgeelahfghngd |
आधिकारिक URL | https://chromewebstore.google.com/detail/quick-image-search/ihbfgploaolhdcfohgmkgeelahfghngd |
विवरण | Right click an image or some selected text and use that for a secure search using Google Images. |
फ़ाइल का आकार | 27.89 KB |
स्थापना संख्या | 31,202 |
वर्तमान संस्करण | 4.0 |
अंतिम अपडेट | 2023-11-20 |
प्रकाशन तिथि | 2019-04-24 |
रेटिंग | 4.10/5 कुल 21 रेटिंग्स |
डेवलपर | https://maar-ten.github.io/Quick-Image-Search |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/maar-ten/QuickImageSearch#readme |
सहायता पृष्ठ URL | https://github.com/maar-ten/QuickImageSearch/issues |
समर्थित भाषाएँ | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "4.0", "minimum_chrome_version": "88", "default_locale": "en", "description": "__MSG_appDescription__", "permissions": [ "contextMenus" ], "icons": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "48": "icons\/icon-48.png" }, "background": { "service_worker": "service-worker.js" } } |