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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
        ]
    }
}