Helix

Understanding the 1,000 words of a picture

Helix là gì?

Helix là một tiện ích mở rộng Chrome được phát triển bởi iamgroot42, và tính năng chính của nó là "Understanding the 1,000 words of a picture".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Helix

Tải xuống các tệp mở rộng Helix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Helix Helix
ID oglhnfadnhnhlklcppijcnbgjacliagj
URL Chính Thức https://chromewebstore.google.com/detail/helix/oglhnfadnhnhlklcppijcnbgjacliagj
Mô tả Understanding the 1,000 words of a picture
Kích Thước Tệp 89.29 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-08-11
Ngày Phát Hành 2016-08-11
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển iamgroot42
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://labs.precog.iiitd.edu.in/resources/Helix/
URL Trang Trợ Giúp https://github.com/iamgroot42
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}