Yandex Image Search
This extension adds a context menu option for selected image in order to find it on Yandex.
Yandex Image Search क्या है?
Yandex Image Search Romkaq द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds a context menu option for selected image in order to find it on Yandex."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Yandex Image Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Add an option to the context menu "Search for an image in Yandex" Search for an image with a right click in Yandex. You can choose between Ru and Com! Find images similar to selected image in Yandex.
एक्सटेंशन की मूल जानकारी
नाम | Yandex Image Search |
ID | ahdgpjglhilgedmbjjfegobblfpidabp |
आधिकारिक URL | https://chromewebstore.google.com/detail/yandex-image-search/ahdgpjglhilgedmbjjfegobblfpidabp |
विवरण | This extension adds a context menu option for selected image in order to find it on Yandex. |
फ़ाइल का आकार | 6.72 KB |
स्थापना संख्या | 3,189 |
वर्तमान संस्करण | 2.2 |
अंतिम अपडेट | 2023-01-16 |
प्रकाशन तिथि | 2021-06-29 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Romkaq |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://rq-dev.github.io/chrome-extensions-privacy-policy |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "2.2", "permissions": [ "contextMenus" ], "background": { "service_worker": "script.js" }, "icons": { "128": "icon128.png" } } |