Hey, that's a typo!
Automatically rename Hey's 'Imbox' to 'Inbox'
O que é Hey, that's a typo!?
Hey, that's a typo! é uma extensão do Chrome desenvolvida por manuel.frigerio, e sua principal característica é "Automatically rename Hey's 'Imbox' to 'Inbox'".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hey, that's a typo!
Baixe arquivos de extensão Hey, that's a typo! 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
Hey everyone— It’s 2020, we need to talk about HEY's "Imbox" typo. I get it. They wanted to be clever. "Important+Inbox" = Imbox. But it's not clever. It's just annoying. This little extension fixes that. Install it and when you use HEY the word "Imbox" will always be replaced with "Inbox".
Informações Básicas da Extensão
Nome | |
ID | caapeklncafkddgbhdhneelnoamcjkin |
URL Oficial | https://chromewebstore.google.com/detail/hey-thats-a-typo/caapeklncafkddgbhdhneelnoamcjkin |
Descrição | Automatically rename Hey's 'Imbox' to 'Inbox' |
Tamanho do Arquivo | 18.57 KB |
Contagem de Instalações | 20 |
Versão Atual | 1.0.2 |
Última Atualização | 2020-06-25 |
Data de Publicação | 2020-06-24 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | manuel.frigerio |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://manuel.friger.io |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hey, that's a typo!", "short_name": "hey_typo_fixer", "version": "1.0.2", "description": "Automatically rename Hey's 'Imbox' to 'Inbox'", "author": "https:\/\/manuel.friger.io", "icons": { "16": "16.png", "32": "32.png", "96": "96.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/app.hey.com\/*" ], "js": [ "page-eater.js" ] } ] } |