Helix

Understanding the 1,000 words of a picture

Helixคืออะไร?

Helix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iamgroot42 และคุณลักษณะหลักของมันคือ "Understanding the 1,000 words of a picture"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Helix

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
        ]
    }
}