Recon

This is a tool that provides various options for advance and versatile search.

¿Qué es Recon?

Recon es una extensión de Chrome desarrollada por anand1996aditya, y su función principal es "This is a tool that provides various options for advance and versatile search.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Recon

Descarga archivos de extensión Recon 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

                        This web extension is designed to help you search throughout the web in an extremely versatile manner where all you need to do is select a word and then right click to unveil all the searching options that has been provided by this web extension.

version 1.9
-> This version has come up with various new features, the latest being able to track your delivery package
-> The various search options have been arranged in an alphabetic order to ease navigation

version 1.6.1
-> The new added features now help you to translate the words you select as well into seven different languages
-> i) Engllish  ii) Spanish  iii) German and many more.

Download the latest version whenever updates are rolled out! Do give your reviews.                    

Información Básica de la Extensión

Nombre Recon Recon
ID nkdochbemgkadhjneplbaibebmocefla
URL Oficial https://chromewebstore.google.com/detail/recon/nkdochbemgkadhjneplbaibebmocefla
Descripción This is a tool that provides various options for advance and versatile search.
Tamaño del Archivo 32.99 KB
Cantidad de Instalaciones 311
Versión Actual 1.9
Última Actualización 2017-11-07
Fecha de Publicación 2017-11-07
Calificación 4.50/5 Total de 2 Calificaciones
Desarrollador anand1996aditya
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/aditya12anand
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Recon",
    "description": "This is a tool that provides various options for advance and versatile search.",
    "homepage_url": "https:\/\/github.com\/aditya12anand\/Recon",
    "version": "1.9",
    "icons": {
        "48": "icons\/recon-48.png",
        "96": "icons\/recon-96.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background_chrome.js"
        ]
    }
}