Hey, that's a typo!

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

Was ist Hey, that's a typo!?

Hey, that's a typo! ist eine Chrome-Erweiterung, die von manuel.frigerio entwickelt wurde, und ihr Hauptmerkmal ist "Automatically rename Hey's 'Imbox' to 'Inbox'".

Erweiterungsscreenshots

screenshot

Hey, that's a typo!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hey, that's a typo!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Hey, that's a typo! Hey, that's a typo!
ID caapeklncafkddgbhdhneelnoamcjkin
Offizielle URL https://chromewebstore.google.com/detail/hey-thats-a-typo/caapeklncafkddgbhdhneelnoamcjkin
Beschreibung Automatically rename Hey's 'Imbox' to 'Inbox'
Dateigröße 18.57 KB
Installationsanzahl 20
Aktuelle Version 1.0.2
Letztes Update 2020-06-25
Veröffentlichungsdatum 2020-06-24
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler manuel.frigerio
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://manuel.friger.io
Unterstützte Sprachen 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"
            ]
        }
    ]
}