BrainyTab

Bookmark manager that makes you smart(er)

BrainyTab क्या है?

BrainyTab https://brainytab.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bookmark manager that makes you smart(er)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BrainyTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}