Perceptual image search
Looks for similar images via web-search engines.
Perceptual image search là gì?
Perceptual image search là một tiện ích mở rộng Chrome được phát triển bởi Martin Saturka, và tính năng chính của nó là "Looks for similar images via web-search engines.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Perceptual image search
Tải xuống các tệp mở rộng Perceptual image search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Perceptual image search |
ID | bnghljiakimchdapgfnfabjokpcfmeaf |
URL Chính Thức | https://chromewebstore.google.com/detail/perceptual-image-search/bnghljiakimchdapgfnfabjokpcfmeaf |
Mô tả | Looks for similar images via web-search engines. |
Kích Thước Tệp | 34.93 KB |
Số Lần Cài Đặt | 87 |
Phiên Bản Hiện Tại | 0.2.2 |
Cập Nhật Lần Cuối | 2020-11-20 |
Ngày Phát Hành | 2018-05-17 |
Nhà Phát Triển | Martin Saturka |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://tools.quadet.com/ |
URL Trang Trợ Giúp | http://tools.quadet.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |