My Cognitive Bias
A cognitive bias explained every time you open a new tab.
Qu'est-ce que My Cognitive Bias ?
My Cognitive Bias est une extension Chrome développée par https://mycognitivebias.com, et sa fonction principale est "A cognitive bias explained every time you open a new tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension My Cognitive Bias
Téléchargez les fichiers d'extension My Cognitive Bias au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A cognitive bias explained every time you open a new tab. Cognitive biases affect everything we do. Amongst other things, they make us spend impulsively, be overly influenced by what other people think. They change our beliefs, our opinions, and our decisions, and we have no idea it is happening. When we are aware of our biases, it is sometimes possible, to estimate the bias and then modify our behaviour. This procedure is called bias correction, and this is the reason why we built this extension. Inspired by the Cognitive Bias Codex by DesignHacks.co. List of biases mostly by Wikipedia. Update If you're looking for a more advanced plugin, get a Cognitive Bias, Mental Model or Dark Pattern explained every time you open a new tab from BrainyTab.com. It also gives you an amazing way to save and manage bookmarks easily (super fast search included).
Informations de Base sur l'Extension
Nom | My Cognitive Bias |
ID | cmapeoagadpppgajnicpagcgpdklfhch |
URL Officiel | https://chromewebstore.google.com/detail/my-cognitive-bias/cmapeoagadpppgajnicpagcgpdklfhch |
Description | A cognitive bias explained every time you open a new tab. |
Taille du Fichier | 32.03 KB |
Nombre d'Installations | 1,184 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2022-11-02 |
Date de Publication | 2020-01-13 |
Évaluation | 4.79/5 Total 14 Évaluations |
Développeur | https://mycognitivebias.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://mycognitivebias.com/ |
URL de la Page d'Aide | https://mycognitivebias.com/get-in-touch/ |
URL de la Page de Politique de Confidentialité | https://brainytab.com/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "icons": { "16": "icon_16x16.png", "32": "icon_32x32.png" }, "action": { "default_icon": "icon.png" }, "description": "A cognitive bias explained every time you open a new tab.", "manifest_version": 3, "chrome_url_overrides": { "newtab": "MyCognitiveBias.html" }, "name": "My Cognitive Bias", "permissions": [ "storage" ], "version": "1.1.0" } |