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'”。
擴展截圖
下載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".
擴展基本資訊
名稱 | |
ID | caapeklncafkddgbhdhneelnoamcjkin |
官方網址 | 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" ] } ] } |