Hey, that's a typo!

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

什么是Hey, that's a typo!?

Hey, that's a typo!是由manuel.frigerio开发的Chrome扩展程序,该扩展的主要功能是“Automatically rename Hey's 'Imbox' to 'Inbox'”。

扩展截图

screenshot

下载Hey, that's a typo!扩展crx文件

下载Hey, that's a typo!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Hey, that's a typo! Hey, that's a typo!
ID caapeklncafkddgbhdhneelnoamcjkin
官方URL https://chromewebstore.google.com/detail/hey-thats-a-typo/caapeklncafkddgbhdhneelnoamcjkin
简介 Automatically rename Hey's 'Imbox' to 'Inbox'
文件大小 18.57 KB
安装次数 20
当前版本 1.0.2
更新时间 2020-06-25
上架时间 2020-06-24
评分 3.67/5 共3次评分
开发者 manuel.frigerio
电子邮箱 [email protected]
付费类型 free
扩展官网 https://manuel.friger.io
支持的语言 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"
            ]
        }
    ]
}