Hey, that's a typo!
Automatically rename Hey's 'Imbox' to 'Inbox'
Qu'est-ce que Hey, that's a typo! ?
Hey, that's a typo! est une extension Chrome développée par manuel.frigerio, et sa fonction principale est "Automatically rename Hey's 'Imbox' to 'Inbox'".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hey, that's a typo!
Téléchargez les fichiers d'extension Hey, that's a typo! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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".
Informations de Base sur l'Extension
Nom | |
ID | caapeklncafkddgbhdhneelnoamcjkin |
URL Officiel | https://chromewebstore.google.com/detail/hey-thats-a-typo/caapeklncafkddgbhdhneelnoamcjkin |
Description | Automatically rename Hey's 'Imbox' to 'Inbox' |
Taille du Fichier | 18.57 KB |
Nombre d'Installations | 20 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2020-06-25 |
Date de Publication | 2020-06-24 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | manuel.frigerio |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://manuel.friger.io |
Langues Prises en Charge | 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" ] } ] } |