Show HN: Trimless for Gmail V3 – 自动展开被截断的邮件 (Manifest V3)
1 分•作者: R4FKEN•8 个月前
我是一位来自比利时的独立开发者,过去几周一直在重建一个旧的 Gmail 扩展程序,因为它解决了我想解决的一个问题。
我构建的是一个浏览器扩展程序,可以自动展开被截断的 Gmail 邮件:也就是 Gmail 截断长邮件,让你每次都要寻找“查看完整邮件”链接的那些邮件。它的功能很简单:当你打开一封邮件时,它会自动展开。你还可以更改自动展开文本的颜色和缩进量。没有其他功能:完全本地化,以隐私为先。
对于每天处理数十封邮件的人来说,这些小小的摩擦会累积起来。你不会意识到它让你付出了多少代价,直到它消失。
当 Chrome 迁移到 Manifest V3 时,旧的扩展程序就坏掉了。我非常沮丧,于是决定自己修复它。一旦我完成了,我意识到这并不是一个小众问题:人们在 Reddit 帖子、GitHub 问题和扩展程序论坛中都在寻找替代方案。所以我想:如果我反正要维护它,为什么不认真做,看看是否真的有人会使用它。
所有操作都在你的浏览器中本地运行:我不会拦截你的邮件,分析它,或存储任何东西。
我还添加了更好的错误处理,以及一个可持续的商业模式,这样就有人真正维护这个东西,而不是让它在某个无人维护的仓库中腐烂。免费版提供 7 天的完整功能,然后每天 5 次展开,或者你可以通过一次性购买 4.99 美元或每月 1.99 美元的订阅来获得无限次展开。但说实话,大多数人使用免费版就觉得足够了。我不是为了最大化收入提取而优化,我是在优化以保持这个扩展程序的维护和实用性。
在这里试用:[https://chromewebstore.google.com/detail/trimless-for-gmail-v3/oibhbmliggcbpecnkjbdolkokcpmobbo](https://chromewebstore.google.com/detail/trimless-for-gmail-v3/oibhbmliggcbpecnkjbdolkokcpmobbo) – 你可以获得 7 天的无限使用期,看看它是否值得保留。试用无需信用卡。
我真的很想听听你的想法,特别是如果你发现了 Gmail 用户界面行为不同的边缘情况,或者你对其他值得添加的功能有什么想法。我正在公开构建这个扩展程序,并根据人们告诉我的内容进行迭代。
感谢阅读!
Raf
查看原文
I'm an indie developer from Belgium who spent the last few weeks rebuilding an old Gmail extension because it was solving a problem I wanted fixed.<p>What I built is a browser extension that automatically expands clipped Gmail messages: the ones where Gmail truncates long emails and makes you hunt for that "View entire message" link every single time. It's just that: when you open an email, it expands automatically. You can also change the color of the auto-expanded text, and the amount of indentation. No other features: fully local, privacy-first.<p>For anyone processing dozens of emails daily, those small frictions add up. You don't realize how much it's costing you until it's gone.<p>When Chrome moved to Manifest V3, the old extension just broke. I was frustrated enough to fix it for myself. Once I did, I realized this wasn't some niche problem: people were asking for alternatives in Reddit threads, GitHub issues, and extension forums. So I thought: if I'm going to maintain this anyway, why not do it properly and see if other people would actually use it.<p>Everything runs locally in your browser: I'm not intercepting your email, analyzing it, or storing anything.<p>I've also added better error handling, and a sustainable business model so someone actually maintains this thing instead of it rotting on some unmaintained repo. The free tier gives you 7 days of full functionality, then 5 expansions per day, or you can go unlimited with a one-time $4.99 purchase or $1.99/month subscription. But honestly, most people hit the free tier and find it's enough. I'm not optimizing for maximum revenue extraction, I'm optimizing for keeping this maintained and useful.<p>Try it here: <a href="https://chromewebstore.google.com/detail/trimless-for-gmail-v3/oibhbmliggcbpecnkjbdolkokcpmobbo" rel="nofollow">https://chromewebstore.google.com/detail/trimless-for-gmail-...</a> – you get 7 days unlimited to see if it's worth keeping around. No credit card required for the trial.<p>I'd genuinely love to hear what you think, especially if you find edge cases where Gmail's UI behaves differently, or if you have ideas for what else might be worth a feature. I'm building this in public and genuinely iterating based on what people tell me.<p>Thanks for reading!
Raf