HabitLab

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

ما هو HabitLab؟

HabitLab هو إضافة Chrome تم تطويرها بواسطة https://habitlab.stanford.edu، والميزة الرئيسية لها هي "Build better habits online! Tell HabitLab your goals, and it will determine the appropriate interventions via experimentation.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة HabitLab

قم بتنزيل ملفات الامتداد HabitLab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://habitlab.stanford.edu
عنوان صفحة سياسة الخصوصية 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"
}