Helix

Understanding the 1,000 words of a picture

¿Qué es Helix?

Helix es una extensión de Chrome desarrollada por iamgroot42, y su función principal es "Understanding the 1,000 words of a picture".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Helix

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

                        Helix summarizes an image with the following: sentiment of the image, sentiment of faces present in the image (if any), and a text label for the image. These features can be used by researchers for image coding, categorization and summarization tasks on a large scale, which are currently carried out manually through human annotation.                    

Información Básica de la Extensión

Nombre Helix Helix
ID oglhnfadnhnhlklcppijcnbgjacliagj
URL Oficial https://chromewebstore.google.com/detail/helix/oglhnfadnhnhlklcppijcnbgjacliagj
Descripción Understanding the 1,000 words of a picture
Tamaño del Archivo 89.29 KB
Cantidad de Instalaciones 21
Versión Actual 1.0
Última Actualización 2016-08-11
Fecha de Publicación 2016-08-11
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador iamgroot42
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://labs.precog.iiitd.edu.in/resources/Helix/
URL de la Página de Ayuda https://github.com/iamgroot42
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Helix",
    "description": "Understanding the 1,000 words of a picture",
    "version": "1.0",
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/api.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.0.0.min.js",
                "js\/sweetalert.min.js",
                "js\/popup.js"
            ],
            "css": [
                "html\/sweetalert.css"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "icons\/icon16.png",
        "icons\/1.png",
        "icons\/2.png",
        "icons\/3.png",
        "icons\/4.png",
        "icons\/5.png"
    ],
    "permissions": [
        "http:\/\/labs.precog.iiitd.edu.in\/resources\/HelixAPI\/*"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/labs.precog.iiitd.edu.in\/resources\/HelixAPI\/*"
        ]
    }
}