Search image with Yandex

Search for similar images in Yandex with open source code, without advertising and analytics.

Search image with Yandex क्या है?

Search image with Yandex tenRabbits द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search for similar images in Yandex with open source code, without advertising and analytics."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Search image with Yandex एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A very lightweight extension for image search via Yandex. 

- Open source;
- No analytics; 
- No advertising.

This extension is open-source and distributed "as is", without any warranties or guarantees. The author of this extension has no affiliation with Yandex and does not endorse or promote the company in any way.

GitHub page: https://github.com/tenRabbits/extension-search-image-with-yandex/tree/master

 /* Version history */

Version 2.0.1
- The search tab opens to the right of the active one

Version 2.0
- Now can search local files (requires special permission);
- Added support of base64 images;
- Manifest updated to V3;

Version 1.4
- Search bug fixed

Version 1.3
- Added ".com" zone to search in english                    

एक्सटेंशन की मूल जानकारी

नाम Search image with Yandex Search image with Yandex
ID mpcooeefegelfehalmefdeojlkinjjho
आधिकारिक URL https://chromewebstore.google.com/detail/search-image-with-yandex/mpcooeefegelfehalmefdeojlkinjjho
विवरण Search for similar images in Yandex with open source code, without advertising and analytics.
फ़ाइल का आकार 20.16 KB
स्थापना संख्या 25,789
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2024-01-17
प्रकाशन तिथि 2020-03-08
रेटिंग 4.55/5 कुल 83 रेटिंग्स
डेवलपर tenRabbits
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "short_name": "__MSG_short__",
    "version": "2.0.1",
    "permissions": [
        "contextMenus",
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "default_locale": "en",
    "manifest_version": 3
}