Perceptual image search

Looks for similar images via web-search engines.

ما هو Perceptual image search؟

Perceptual image search هو إضافة Chrome تم تطويرها بواسطة Martin Saturka، والميزة الرئيسية لها هي "Looks for similar images via web-search engines.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Perceptual image search

قم بتنزيل ملفات الامتداد Perceptual image search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Search by images, including by altered forms of the images, can help in assessing of the images. The question here is: had anyone posted a form of the image? And the "Perceptual image analysis" extension can help to find out since when the images are online then.

* search by images even from private sites
* open-source tools for journalists
* part of perceptual image suite                    

معلومات أساسية عن التمديد

الاسم Perceptual image search Perceptual image search
ID bnghljiakimchdapgfnfabjokpcfmeaf
عنوان URL الرسمي https://chromewebstore.google.com/detail/perceptual-image-search/bnghljiakimchdapgfnfabjokpcfmeaf
الوصف Looks for similar images via web-search engines.
حجم الملف 34.93 KB
عدد التثبيتات 87
النسخة الحالية 0.2.2
آخر تحديث 2020-11-20
تاريخ النشر 2018-05-17
المطور Martin Saturka
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://tools.quadet.com/
عنوان صفحة المساعدة http://tools.quadet.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "0.2.2",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "http:\/\/tools.quadet.com\/",
    "default_locale": "en",
    "minimum_chrome_version": "6.0.0.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus",
        "https:\/\/image.baidu.com\/*",
        "https:\/\/www.bing.com\/images\/*",
        "https:\/\/www.google.com\/*",
        "https:\/\/tineye.com\/*",
        "https:\/\/yandex.com\/images\/*",
        "https:\/\/yandex.ru\/images\/*",
        "https:\/\/yandex.by\/images\/*",
        "https:\/\/yandex.ua\/images\/*",
        "https:\/\/yandex.kz\/images\/*",
        "https:\/\/yandex.com.tr\/images\/*",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    }
}