Helix

Understanding the 1,000 words of a picture

Cos'è Helix?

Helix è un'estensione di Chrome sviluppata da iamgroot42, e la sua funzione principale è "Understanding the 1,000 words of a picture".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Helix

Scarica i file di estensione Helix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Helix Helix
ID oglhnfadnhnhlklcppijcnbgjacliagj
URL Ufficiale https://chromewebstore.google.com/detail/helix/oglhnfadnhnhlklcppijcnbgjacliagj
Descrizione Understanding the 1,000 words of a picture
Dimensione del File 89.29 KB
Conteggio Installazioni 21
Versione Corrente 1.0
Ultimo Aggiornamento 2016-08-11
Data di Pubblicazione 2016-08-11
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore iamgroot42
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://labs.precog.iiitd.edu.in/resources/Helix/
URL della Pagina di Aiuto https://github.com/iamgroot42
Lingue Supportate 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\/*"
        ]
    }
}