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
Eメール [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"
}