Hey, that's a typo!
Automatically rename Hey's 'Imbox' to 'Inbox'
Vad är Hey, that's a typo!?
Hey, that's a typo! är en Chrome-tillägg utvecklad av manuel.frigerio, och dess huvudfunktion är "Automatically rename Hey's 'Imbox' to 'Inbox'".
Tilläggsskärmbilder
Ladda ner Hey, that's a typo!-förlängningens CRX-fil
Ladda ner Hey, that's a typo!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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".
Grundläggande Information om Tillägg
Namn | |
ID | caapeklncafkddgbhdhneelnoamcjkin |
Officiell webbadress | https://chromewebstore.google.com/detail/hey-thats-a-typo/caapeklncafkddgbhdhneelnoamcjkin |
Beskrivning | Automatically rename Hey's 'Imbox' to 'Inbox' |
Filstorlek | 18.57 KB |
Antal Installationer | 20 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2020-06-25 |
Publiceringsdatum | 2020-06-24 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | manuel.frigerio |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://manuel.friger.io |
Stödda Språk | 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" ] } ] } |