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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}