My Cognitive Bias
A cognitive bias explained every time you open a new tab.
O que é My Cognitive Bias?
My Cognitive Bias é uma extensão do Chrome desenvolvida por https://mycognitivebias.com, e sua principal característica é "A cognitive bias explained every time you open a new tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão My Cognitive Bias
Baixe arquivos de extensão My Cognitive Bias no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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).
Informações Básicas da Extensão
Nome | My Cognitive Bias |
ID | cmapeoagadpppgajnicpagcgpdklfhch |
URL Oficial | https://chromewebstore.google.com/detail/my-cognitive-bias/cmapeoagadpppgajnicpagcgpdklfhch |
Descrição | A cognitive bias explained every time you open a new tab. |
Tamanho do Arquivo | 32.03 KB |
Contagem de Instalações | 1,184 |
Versão Atual | 1.1.0 |
Última Atualização | 2022-11-02 |
Data de Publicação | 2020-01-13 |
Classificação | 4.79/5 Total de 14 Avaliações |
Desenvolvedor | https://mycognitivebias.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://mycognitivebias.com/ |
URL da Página de Ajuda | https://mycognitivebias.com/get-in-touch/ |
URL da Página de Política de Privacidade | https://brainytab.com/privacy-policy |
Idiomas Suportados | 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" } |