My Cognitive Bias

A cognitive bias explained every time you open a new tab.

My Cognitive Bias란 무엇입니까?

My Cognitive Bias은(는) https://mycognitivebias.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A cognitive bias explained every time you open a new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

My Cognitive Bias 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A cognitive bias explained every time you open a new tab.

Cognitive biases affect everything we do. Amongst other things, they make us spend impulsively, be overly influenced by what other people think. They change our beliefs, our opinions, and our decisions, and we have no idea it is happening.

When we are aware of our biases, it is sometimes possible, to estimate the bias and then modify our behaviour. This procedure is called bias correction, and this is the reason why we built this extension.

Inspired by the Cognitive Bias Codex by DesignHacks.co. List of biases mostly by Wikipedia.

Update
If you're looking for a more advanced plugin, get a Cognitive Bias, Mental Model or Dark Pattern explained every time you open a new tab from BrainyTab.com. It also gives you an amazing way to save and manage bookmarks easily (super fast search included).                    

확장 프로그램 기본 정보

이름 My Cognitive Bias My Cognitive Bias
ID cmapeoagadpppgajnicpagcgpdklfhch
공식 URL https://chromewebstore.google.com/detail/my-cognitive-bias/cmapeoagadpppgajnicpagcgpdklfhch
설명 A cognitive bias explained every time you open a new tab.
파일 크기 32.03 KB
설치 횟수 1,184
현재 버전 1.1.0
최근 업데이트 2022-11-02
출시 날짜 2020-01-13
평점 4.79/5 총 14 개의 평점
개발자 https://mycognitivebias.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mycognitivebias.com/
도움말 페이지 URL https://mycognitivebias.com/get-in-touch/
개인정보 보호 정책 페이지 URL https://brainytab.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon_16x16.png",
        "32": "icon_32x32.png"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "description": "A cognitive bias explained every time you open a new tab.",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "MyCognitiveBias.html"
    },
    "name": "My Cognitive Bias",
    "permissions": [
        "storage"
    ],
    "version": "1.1.0"
}