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 هو إضافة Chrome تم تطويرها بواسطة Romkaq، والميزة الرئيسية لها هي "This extension adds a context menu option for selected image in order to find it on Yandex.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Yandex Image Search

قم بتنزيل ملفات الامتداد Yandex Image Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة سياسة الخصوصية 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"
    }
}