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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |