Reverse Image Search
Search similar images in the WEB from context menu
¿Qué es Reverse Image Search?
Reverse Image Search es una extensión de Chrome desarrollada por Romkaq, y su función principal es "Search similar images in the WEB from context menu".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Reverse Image Search
Descarga archivos de extensión Reverse Image Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Reverse Image Search. You can find out who stole your pictures. Find similar images in most popular search engines right from context menu! Image search extension allows you to search in almost all search engines by image. Right-click on an image and discover where else it has been used to find it's origin.
Información Básica de la Extensión
Nombre | Reverse Image Search |
ID | jlneaphkafobihifgfmmhehomoifjijm |
URL Oficial | https://chromewebstore.google.com/detail/reverse-image-search/jlneaphkafobihifgfmmhehomoifjijm |
Descripción | Search similar images in the WEB from context menu |
Tamaño del Archivo | 31.03 KB |
Cantidad de Instalaciones | 661 |
Versión Actual | 1.2 |
Última Actualización | 2022-05-03 |
Fecha de Publicación | 2021-05-29 |
Calificación | 3.40/5 Total de 5 Calificaciones |
Desarrollador | Romkaq |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://rq-dev.github.io/chrome-extensions-privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reverse Image Search", "description": "Search similar images in the WEB from context menu", "version": "1.2", "permissions": [ "contextMenus" ], "background": { "scripts": [ "search.js" ] }, "icons": { "128": "icon128.png" } } |