Hey, that's a typo!

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

Co to jest Hey, that's a typo!?

Hey, that's a typo! to rozszerzenie Chrome opracowane przez manuel.frigerio, a jego główną funkcją jest „Automatically rename Hey's 'Imbox' to 'Inbox'”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hey, that's a typo!

Pobierz pliki rozszerzeń Hey, that's a typo! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Hey, that's a typo! Hey, that's a typo!
ID caapeklncafkddgbhdhneelnoamcjkin
Oficjalny URL https://chromewebstore.google.com/detail/hey-thats-a-typo/caapeklncafkddgbhdhneelnoamcjkin
Opis Automatically rename Hey's 'Imbox' to 'Inbox'
Rozmiar pliku 18.57 KB
Liczba instalacji 20
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2020-06-25
Data Publikacji 2020-06-24
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper manuel.frigerio
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://manuel.friger.io
Obsługiwane Języki 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"
            ]
        }
    ]
}