Hey, that's a typo!

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

Hey, that's a typo! là gì?

Hey, that's a typo! là một tiện ích mở rộng Chrome được phát triển bởi manuel.frigerio, và tính năng chính của nó là "Automatically rename Hey's 'Imbox' to 'Inbox'".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hey, that's a typo!

Tải xuống các tệp mở rộng Hey, that's a typo! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hey, that's a typo! Hey, that's a typo!
ID caapeklncafkddgbhdhneelnoamcjkin
URL Chính Thức https://chromewebstore.google.com/detail/hey-thats-a-typo/caapeklncafkddgbhdhneelnoamcjkin
Mô tả Automatically rename Hey's 'Imbox' to 'Inbox'
Kích Thước Tệp 18.57 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2020-06-25
Ngày Phát Hành 2020-06-24
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển manuel.frigerio
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://manuel.friger.io
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}