Hey, that's a typo!
Automatically rename Hey's 'Imbox' to 'Inbox'
Cos'è Hey, that's a typo!?
Hey, that's a typo! è un'estensione di Chrome sviluppata da manuel.frigerio, e la sua funzione principale è "Automatically rename Hey's 'Imbox' to 'Inbox'".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hey, that's a typo!
Scarica i file di estensione Hey, that's a typo! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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".
Informazioni di Base sull'Estensione
Nome | |
ID | caapeklncafkddgbhdhneelnoamcjkin |
URL Ufficiale | https://chromewebstore.google.com/detail/hey-thats-a-typo/caapeklncafkddgbhdhneelnoamcjkin |
Descrizione | Automatically rename Hey's 'Imbox' to 'Inbox' |
Dimensione del File | 18.57 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2020-06-25 |
Data di Pubblicazione | 2020-06-24 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | manuel.frigerio |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://manuel.friger.io |
Lingue Supportate | 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" ] } ] } |