Helix

Understanding the 1,000 words of a picture

Qu'est-ce que Helix ?

Helix est une extension Chrome développée par iamgroot42, et sa fonction principale est "Understanding the 1,000 words of a picture".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Helix

Téléchargez les fichiers d'extension Helix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Helix Helix
ID oglhnfadnhnhlklcppijcnbgjacliagj
URL Officiel https://chromewebstore.google.com/detail/helix/oglhnfadnhnhlklcppijcnbgjacliagj
Description Understanding the 1,000 words of a picture
Taille du Fichier 89.29 KB
Nombre d'Installations 21
Version Actuelle 1.0
Dernière Mise à Jour 2016-08-11
Date de Publication 2016-08-11
Évaluation 5.00/5 Total 4 Évaluations
Développeur iamgroot42
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://labs.precog.iiitd.edu.in/resources/Helix/
URL de la Page d'Aide https://github.com/iamgroot42
Langues Prises en Charge 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\/*"
        ]
    }
}