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
官方網址 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"
}