My Cognitive Bias

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

My Cognitive Bias là gì?

My Cognitive Bias là một tiện ích mở rộng Chrome được phát triển bởi https://mycognitivebias.com, và tính năng chính của nó là "A cognitive bias explained every time you open a new tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng My Cognitive Bias

Tải xuống các tệp mở rộng My Cognitive Bias dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên My Cognitive Bias My Cognitive Bias
ID cmapeoagadpppgajnicpagcgpdklfhch
URL Chính Thức https://chromewebstore.google.com/detail/my-cognitive-bias/cmapeoagadpppgajnicpagcgpdklfhch
Mô tả A cognitive bias explained every time you open a new tab.
Kích Thước Tệp 32.03 KB
Số Lần Cài Đặt 1,184
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2022-11-02
Ngày Phát Hành 2020-01-13
Đánh Giá 4.79/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://mycognitivebias.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mycognitivebias.com/
URL Trang Trợ Giúp https://mycognitivebias.com/get-in-touch/
URL Trang Chính Sách Bảo Mật https://brainytab.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}