BrainyTab
Bookmark manager that makes you smart(er)
BrainyTabとは何ですか?
BrainyTabはhttps://brainytab.comによって開発されたChromeの拡張機能で、その主な機能は「Bookmark manager that makes you smart(er)」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |