HabitLab

Build better habits online! Tell HabitLab your goals, and it will determine the appropriate interventions via experimentation.

HabitLab란 무엇입니까?

HabitLab은(는) https://habitlab.stanford.edu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Build better habits online! Tell HabitLab your goals, and it will determine the appropriate interventions via experimentation."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

HabitLab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        HabitLab is an open-source research project from Stanford on helping users reduce their time online. It includes various tools like news feed blockers, comment hiders, and more. HabitLab will try out different tools and figure out what is most effective for you. Data on effectiveness will be recorded for research purposes.

HOW IT WORKS

Tell HabitLab which sites you want to spend less time on. We support all sites, including popular sites like Facebook, Youtube, Reddit, Buzzfeed, Netflix.
Each time you visit a site, we will intelligently choose an intervention (which use techniques such as hiding your news feed, hiding comments, pausing videos, showing notifications if you've been on a site too long, and more) to help you reduce your time on the site. If you don’t like an intervention, you can choose to disable it.
HabitLab learns which interventions work best for you based on your browsing history and their past effectiveness, and uses this to more effectively help you reduce your time online.

ABOUT

HabitLab is an open-source project developed by the Stanford HCI Group. You can find source code at https://github.com/habitlab/habitlab

PERMISSIONS

Chrome will ask you for the following permissions when you install. Here’s how we use them:

* tabs: We use this for showing productivity interventions such as showing timers, removing feeds, pausing video auto-play, etc (by using content scripts to modify sites) and monitoring time spent on sites (by detecting when tabs are opened and closed)
* webNavigation: We use this for detecting page navigations within a tab - such as clicking on a new video in Youtube - so we know when the productivity intervention needs to be updated
* storage: We use this for storing logs of how long the user has spent on each site and how effective interventions have been for the user. This is used for: 1) visualizing intervention effectiveness to users in the productivity dashboard, and 2) personalizing interventions to users by selecting those that have been most effective for that user
* history: We use the browsing history to determine what the user's most frequently sites are at the time of install, so we can show those to them as sites they want to set as goals to reduce time on. Is also used to show users how much time they are saving compared to before installing HabitLab.
* idle: We use this for determining when the user is idle, so we don't count that time in our time tracker.
notifications: We use notifications such as "You already spent 10 minutes on Facebook today" as a type of productivity intervention to help reduce users' time on sites they set as their goal sites.
* http://*/ and https://*/: Our productivity interventions (such as showing timers, removing feeds, pausing video auto-play, etc) are shown on all sites, so we need the 'http://*/' and 'https://*/' permissions.

PRIVACY POLICY

HabitLab sends us anonymized data about the effects of interventions on your browsing. You can opt-out of sharing data when you set up HabitLab, or later. See https://github.com/habitlab/habitlab/wiki/Privacy for our privacy policy.                    

확장 프로그램 기본 정보

이름 HabitLab HabitLab
ID obghclocpdgcekcognpkblghkedcpdgd
공식 URL https://chromewebstore.google.com/detail/habitlab/obghclocpdgcekcognpkblghkedcpdgd
설명 Build better habits online! Tell HabitLab your goals, and it will determine the appropriate interventions via experimentation.
파일 크기 5.49 MB
설치 횟수 6,020
현재 버전 1.0.277
최근 업데이트 2021-04-24
출시 날짜 2020-05-25
평점 4.29/5 총 31 개의 평점
개발자 https://habitlab.stanford.edu
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://habitlab.stanford.edu
도움말 페이지 URL https://habitlab.stanford.edu
개인정보 보호 정책 페이지 URL https://github.com/habitlab/habitlab/wiki/Privacy
지원되는 언어 en,nl,tr,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HabitLab",
    "short_name": "habitlab",
    "default_locale": "en",
    "description": "Build better habits online! Tell HabitLab your goals, and it will determine the appropriate interventions via experimentation.",
    "version": "1.0.277",
    "minimum_chrome_version": "55.0.0.0",
    "permissions": [
        "tabs",
        "webNavigation",
        "storage",
        "history",
        "idle",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-llogd59gTcMY4UZWEuj+jeK8al0hVKblVHF2nYxVYEo=' 'sha256-Lnjp6S+Lhd5zhPB1WhXY2otcDuecbUd93KaBjOx9gGE='; object-src 'self'",
    "web_accessible_resources": [
        "options.html",
        "popup.html",
        "index.html",
        "index_jspm.html",
        "logs.html",
        "icons\/*.png",
        "icons\/*.jpg",
        "icons\/*.svg",
        "modules_custom\/**\/*",
        "bundles\/*",
        "components\/*",
        "components\/**\/*",
        "interventions\/**\/*.png",
        "interventions\/**\/*.jpg",
        "interventions\/**\/*.svg",
        "goals\/**\/*.png",
        "goals\/**\/*.jpg",
        "goals\/**\/*.svg",
        "bower_components\/**\/*",
        "modules_custom\/**\/*",
        "jspm_packages\/**\/*",
        "generated_libs\/**\/*",
        "libs_frontend\/*",
        "libs_frontend\/**\/*",
        "libs_common\/*",
        "libs_common\/**\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "backend\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "habitlab_website_redirect.js"
            ],
            "matches": [
                "http:\/\/habitlab.github.io\/redirect*",
                "https:\/\/habitlab.github.io\/redirect*",
                "http:\/\/habitlab.stanford.edu\/redirect*",
                "https:\/\/habitlab.stanford.edu\/redirect*",
                "http:\/\/habitlab.github.io\/go*",
                "https:\/\/habitlab.github.io\/go*",
                "http:\/\/habitlab.stanford.edu\/go*",
                "https:\/\/habitlab.stanford.edu\/go*",
                "http:\/\/habitlab.github.io\/to*",
                "https:\/\/habitlab.github.io\/to*",
                "http:\/\/habitlab.stanford.edu\/to*",
                "https:\/\/habitlab.stanford.edu\/to*"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "habitlab_website_installed.js"
            ],
            "matches": [
                "http:\/\/habitlab.netlify.com\/",
                "https:\/\/habitlab.netlify.com\/",
                "http:\/\/habitlab.stanford.edu\/",
                "https:\/\/habitlab.stanford.edu\/",
                "http:\/\/habitlab.github.io\/",
                "https:\/\/habitlab.github.io\/"
            ]
        }
    ],
    "icons": {
        "19": "icons\/icon_19.png",
        "32": "icons\/icon_32.png",
        "38": "icons\/icon_38.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon_19.png",
            "32": "icons\/icon_32.png",
            "38": "icons\/icon_38.png",
            "48": "icons\/icon_48.png",
            "64": "icons\/icon_64.png",
            "128": "icons\/icon_128.png"
        },
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "devtools_page": "devtools.html",
    "oauth2": {
        "client_id": "208471816653-l9l1hl26rsmj5o2oij0aavogh4d924rq.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "openid",
            "email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsY96U9l5VoOVZs9JYFzr0e\/u7snZ5L6c5fSDsk\/ikZ6TqMsfoh\/68H2eMI8fCMJuL\/vRdT89TgBrIZeSsabJTjB4lQAYsaQmjNUu4nPEDhd50JDP08YY9oS9c52JcAtaTGyIRCBWaQaNlE7Tfzr+\/efP402G2d9YVqfDm5qHz8iZmVePK32HA0xR5kmhS8eA80Vu371CK3ZJSfyyBFpnUuyP9lhYsoQMGqwOJhn+lPQ8dnRR0Rt6RaLdZgIBnwKaJKnGMs9ncnUQ0pmqLWwngdjNTeSJwCFXyNfhzgMQ\/sYgKv+eSNcggrFP\/6i9au5AGH1XfizMjkJxP8jAcpLDdwIDAQAB"
}