Hey, that's a typo!

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

Hey, that's a typo!คืออะไร?

Hey, that's a typo! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย manuel.frigerio และคุณลักษณะหลักของมันคือ "Automatically rename Hey's 'Imbox' to 'Inbox'"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hey, that's a typo!

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}