Helix

Understanding the 1,000 words of a picture

什麼是Helix?

Helix是由iamgroot42開發的Chrome擴展程式,該擴展的主要功能是“Understanding the 1,000 words of a picture”。

擴展截圖

screenshot
screenshot

下載Helix擴展crx文件

下載Helix擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Helix Helix
ID oglhnfadnhnhlklcppijcnbgjacliagj
官方網址 https://chromewebstore.google.com/detail/helix/oglhnfadnhnhlklcppijcnbgjacliagj
簡介 Understanding the 1,000 words of a picture
檔案大小 89.29 KB
安裝次數 21
目前版本 1.0
更新時間 2016-08-11
上架時間 2016-08-11
評分 5.00/5 共 4 次評分
開發者 iamgroot42
電子郵箱 [email protected]
付費類型 free
擴展官網 http://labs.precog.iiitd.edu.in/resources/Helix/
說明頁面URL https://github.com/iamgroot42
支援的語言 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\/*"
        ]
    }
}