Hey, that's a typo!
Automatically rename Hey's 'Imbox' to 'Inbox'
Apa itu Hey, that's a typo!?
Hey, that's a typo! adalah ekstensi Chrome yang dikembangkan oleh manuel.frigerio, dan fitur utamanya adalah "Automatically rename Hey's 'Imbox' to 'Inbox'".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hey, that's a typo!
Unduh file ekstensi Hey, that's a typo! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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".
Informasi Dasar Ekstensi
Nama | |
ID | caapeklncafkddgbhdhneelnoamcjkin |
URL Resmi | https://chromewebstore.google.com/detail/hey-thats-a-typo/caapeklncafkddgbhdhneelnoamcjkin |
Deskripsi | Automatically rename Hey's 'Imbox' to 'Inbox' |
Ukuran File | 18.57 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2020-06-25 |
Tanggal Publikasi | 2020-06-24 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | manuel.frigerio |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://manuel.friger.io |
Bahasa yang Didukung | 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" ] } ] } |