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'".
Снимки экрана расширения
Скачать файл 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".
Основная информация о расширении
Название | |
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" ] } ] } |