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文件

下载My Cognitive Bias扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}