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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tenRabbits และคุณลักษณะหลักของมันคือ "Search for similar images in Yandex with open source code, without advertising and analytics."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search image with Yandex

ดาวน์โหลดไฟล์ส่วนขยาย Search image with Yandex ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}