BrainyTab

Bookmark manager that makes you smart(er)

什么是BrainyTab?

BrainyTab是由https://brainytab.com开发的Chrome扩展程序,该扩展的主要功能是“Bookmark manager that makes you smart(er)”。

扩展截图

screenshot
screenshot
screenshot

下载BrainyTab扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 BrainyTab BrainyTab
ID hiopinfkbgllbpijgaofigofikdmlbgj
官方URL https://chromewebstore.google.com/detail/brainytab/hiopinfkbgllbpijgaofigofikdmlbgj
简介 Bookmark manager that makes you smart(er)
文件大小 837 KB
安装次数 1,572
当前版本 1.1.0
更新时间 2022-10-05
上架时间 2020-02-24
评分 4.56/5 共18次评分
开发者 https://brainytab.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://brainytab.com/
帮助页面URL https://brainytab.com/your-thoughts/
隐私政策页面URL https://brainytab.com/privacy-policy
支持的语言 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"
    ]
}