Hey, that's a typo!

Automatically rename Hey's 'Imbox' to 'Inbox'

Wat is Hey, that's a typo!?

Hey, that's a typo! is een Chrome-extensie ontwikkeld door manuel.frigerio, en de belangrijkste functie is "Automatically rename Hey's 'Imbox' to 'Inbox'".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hey, that's a typo!

Download Hey, that's a typo!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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".                    

Basisinformatie over de Extensie

Naam Hey, that's a typo! Hey, that's a typo!
ID caapeklncafkddgbhdhneelnoamcjkin
Officiële URL https://chromewebstore.google.com/detail/hey-thats-a-typo/caapeklncafkddgbhdhneelnoamcjkin
Beschrijving Automatically rename Hey's 'Imbox' to 'Inbox'
Bestandsgrootte 18.57 KB
Aantal Installaties 20
Huidige Versie 1.0.2
Laatst Bijgewerkt 2020-06-25
Publicatiedatum 2020-06-24
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar manuel.frigerio
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://manuel.friger.io
Ondersteunde Talen 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"
            ]
        }
    ]
}