webgazer-ext

tracking gaze while reading Wikipedia

webgazer-ext란 무엇입니까?

webgazer-ext은(는) ali.shirali.webstore에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "tracking gaze while reading Wikipedia"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

webgazer-ext 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        We are a multi-national research group centered at EPFL working on users' behavior while reading Wikipedia. We have designed this extension as a crowdsourcing tool to collect the eye-gaze of Wikipedia readers. The current version of the extension will only be distributed to a small community of paid Amazon Mechanical Turkers, and there is no point for other people to install it. It should be noted that we do not send the user's video over the web, and all processes take place in the browser.                    

확장 프로그램 기본 정보

이름 webgazer-ext webgazer-ext
ID nlcomafnfcnlbjgelmbdjajpmhajgkgk
공식 URL https://chromewebstore.google.com/detail/webgazer-ext/nlcomafnfcnlbjgelmbdjajpmhajgkgk
설명 tracking gaze while reading Wikipedia
파일 크기 1.49 MB
설치 횟수 29
현재 버전 3.2.8
최근 업데이트 2020-11-01
출시 날짜 2020-09-18
평점 5.00/5 총 1 개의 평점
개발자 ali.shirali.webstore
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://webgazer-app.herokuapp.com/htmls/start.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "webgazer-ext",
    "version": "3.2.8",
    "description": "tracking gaze while reading Wikipedia",
    "icons": {
        "64": "public\/images\/icons8-eye-64.png",
        "128": "public\/images\/icons8-eye-128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "configs\/connection-config.js",
            "models\/log.js",
            "models\/message.js",
            "models\/status.js",
            "models\/storage-naming.js",
            "models\/storage-wrapper.js",
            "public\/js\/utils.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/en.wikipedia.org\/*",
                "https:\/\/webgazer-app.herokuapp.com\/htmls\/cloned\/*",
                "http:\/\/localhost:3000\/htmls\/cloned\/*"
            ],
            "css": [
                "public\/css\/on-wikipages.css",
                "public\/css\/highlighter.css"
            ],
            "js": [
                "configs\/connection-config.js",
                "configs\/calibration-config.js",
                "configs\/control-config.js",
                "external-js\/axios.min.js",
                "external-js\/[email protected]",
                "models\/feedback.js",
                "models\/log.js",
                "models\/message.js",
                "models\/status.js",
                "models\/storage-naming.js",
                "models\/storage-wrapper.js",
                "public\/js\/utils.js",
                "public\/js\/alerts.js",
                "public\/js\/flow-ctrl.js",
                "public\/js\/webgazer.js",
                "public\/js\/webgazer-ctrl.js",
                "public\/js\/ui-functions.js",
                "public\/js\/task-ext.js",
                "contentscripts\/on-wikipages.js"
            ]
        },
        {
            "matches": [
                "https:\/\/webgazer-app.herokuapp.com\/feedback",
                "http:\/\/localhost:3000\/feedback",
                "https:\/\/webgazer-app.herokuapp.com\/feedback?pathname=*",
                "http:\/\/localhost:3000\/feedback?pathname=*"
            ],
            "css": [
                "public\/css\/on-questionnaire.css"
            ],
            "js": [
                "configs\/connection-config.js",
                "configs\/calibration-config.js",
                "configs\/control-config.js",
                "external-js\/axios.min.js",
                "external-js\/[email protected]",
                "models\/feedback.js",
                "models\/log.js",
                "models\/message.js",
                "models\/status.js",
                "models\/storage-naming.js",
                "models\/storage-wrapper.js",
                "public\/js\/utils.js",
                "public\/js\/alerts.js",
                "contentscripts\/on-questionnaire.js"
            ]
        },
        {
            "matches": [
                "https:\/\/webgazer-app.herokuapp.com\/htmls\/postlogin-ext.html?userId=*",
                "http:\/\/localhost:3000\/htmls\/postlogin-ext.html?userId=*"
            ],
            "js": [
                "configs\/connection-config.js",
                "configs\/calibration-config.js",
                "configs\/control-config.js",
                "external-js\/axios.min.js",
                "external-js\/[email protected]",
                "models\/feedback.js",
                "models\/log.js",
                "models\/message.js",
                "models\/status.js",
                "models\/storage-naming.js",
                "models\/storage-wrapper.js",
                "public\/js\/utils.js",
                "public\/js\/alerts.js",
                "contentscripts\/on-registration.js"
            ]
        },
        {
            "matches": [
                "https:\/\/webgazer-app.herokuapp.com\/calibration",
                "http:\/\/localhost:3000\/calibration"
            ],
            "css": [
                "public\/css\/on-calibration.css"
            ],
            "js": [
                "configs\/connection-config.js",
                "configs\/calibration-config.js",
                "configs\/control-config.js",
                "external-js\/axios.min.js",
                "external-js\/[email protected]",
                "models\/feedback.js",
                "models\/log.js",
                "models\/message.js",
                "models\/status.js",
                "models\/storage-naming.js",
                "models\/storage-wrapper.js",
                "public\/js\/utils.js",
                "public\/js\/alerts.js",
                "public\/js\/validators.js",
                "public\/js\/flow-ctrl.js",
                "public\/js\/webgazer.js",
                "public\/js\/webgazer-ctrl.js",
                "public\/js\/ui-functions.js",
                "public\/js\/calibration-ext.js",
                "contentscripts\/on-calibration.js"
            ]
        }
    ]
}