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
公式URL 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
Eメール [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\/*"
        ]
    }
}