BrainyTab

Bookmark manager that makes you smart(er)

BrainyTab là gì?

BrainyTab là một tiện ích mở rộng Chrome được phát triển bởi https://brainytab.com, và tính năng chính của nó là "Bookmark manager that makes you smart(er)".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng BrainyTab 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

                        Elegant new tab browser extension that makes you smart(er) and lets you save and manage your bookmarks easily. Super-fast search included.

A Cognitive Bias, Mental Model or Dark Pattern explained every time you open a new tab to help improve your decision-making process.

Cognitive Biases
Based on the Cognitive Bias Codex print from DesignHacks. We researched and added definitions for each bias.

Mental Models
A curated list of over 300 mental models from various books and sources to help you make better decisions.

Dark Patterns
Based on 'Dark Patterns at Scale: Findings from a Crawl of 11K Shopping Websites'. An ever-growing list of patterns designed to make you buy stuff.

The goal of this extension is to enable you to develop your critical thinking skills; you should be able to identify more biases in yourself and maybe even learn how to correct them.                    

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

Tên BrainyTab BrainyTab
ID hiopinfkbgllbpijgaofigofikdmlbgj
URL Chính Thức https://chromewebstore.google.com/detail/brainytab/hiopinfkbgllbpijgaofigofikdmlbgj
Mô tả Bookmark manager that makes you smart(er)
Kích Thước Tệp 837 KB
Số Lần Cài Đặt 1,572
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2022-10-05
Ngày Phát Hành 2020-02-24
Đánh Giá 4.56/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://brainytab.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://brainytab.com/
URL Trang Trợ Giúp https://brainytab.com/your-thoughts/
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",
    "manifest_version": 3,
    "name": "BrainyTab",
    "version": "1.1.0",
    "description": "Bookmark manager that makes you smart(er)",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": ".\/icons\/BrainyTab_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "chrome-browser-extension.html"
    },
    "action": {
        "default_title": "new mv3",
        "default_popup": "popup.html",
        "default_icon": ".\/icons\/BrainyTab_51.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "optional_permissions": [
        "bookmarks"
    ]
}