ThreadHelper
A serendipity engine on the Twitter sidebar.
什么是ThreadHelper?
ThreadHelper是由devs.thread.helper开发的Chrome扩展程序,该扩展的主要功能是“A serendipity engine on the Twitter sidebar.”。
扩展截图
下载ThreadHelper扩展crx文件
下载ThreadHelper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
ThreadHelper for Twitter™: More recall, less tabs. ThreadHelper is the Twitter extension that finds the tweets you need. ThreadHelper augments your Twitter experience by ambiently, automatically and instantly, finding the tweets you need. How? 🌟 Instantaneous Full-text Search ThreadHelper substitutes Twitter stock search bar with its own interface and search algorithm. As you type a new tweet it will, automatically and instantly, comb through yout tweets to find the ones most relevant to what you want to talk about at the moment, and present them to you on the sidebar widget. ⚙️ Full search customization The algorithm is fully controlled by you. It can search over any combination of your past tweets, retweets, bookmarks, and replies. Maybe you’d like to include the tweets of your alts in those searches. Or maybe not. That’s also under your control. 🎮 Complete Control Interact with sidebar tweets like with any other: reply, retweet, quote-tweet, and like, all directly from the side bar. You can copy and paste their url onto the tweet you’re currently composing to quote-tweet it, all without ever having to open a new tab. 💎 Search directly from the sidebar ThreadHelper makes it that never need to open a new Twitter tab again, making your experience smoother than ever before. ThreadHelper shines when you don’t even know which tweet you need and it manages to find exactly that one. However, sometimes, you do know what tweet you’re looking for. For those times you can search the whole of Twitter, directly from the ThreadHelper sidebar. You can interact with those search results the way you can interact with any tweet, never having to open a new tab, and never having to leave the page you’re on. ⌨️ Search commands Because ThreadHelpers search bar results come from Twitter’s API, you can use all Twitter API search commands, directly on the sidebar, just as you could if you were using Twitter’s native search. 🛳 Smoother experience If you open a tweet, TH will show you all of its quote tweets, sorted by popularity. This way you don’t need to navigate away. 🎯 Contextual navigation Twitter can be a bit of a maze sometimes. To help with that, whenever you open a tweet, ThreadHelper automatically searches and presents tweets that are related to the one you’re seeing at the moment, allowing you to better contextualize it, avoiding context collapse. 👾 Serendipity engine Sometimes the timeline is boring and you just wanna see new stuff. ThreadHelper has a ‘shuffle tweets’ toggle which, if selected, will make it so that by default ThreadHelper shows you a random selection of tweets. This way you can have two timelines for the space of one. (You can also set it off so that it doesn’t do that, if you find one timeline to be more than enough.) Your data, safe 🕵️♀️ All ThreadHelper does is run searches in your browser. It never uploads any of your information anywhere besides Twitter. As the creators of this extension, we never see or receive any of your data. ThreadHelper also prompts you to download an archive of your data on your local machine, so that the data you’ve produced on Twitter stays yours forever. --- This extension is a third-party product and is not officially created by, related to, or endorsed by Twitter™.
扩展基本信息
名称 | ThreadHelper |
ID | nfadnflafdfmekapgcgddbccooagpndk |
官方URL | https://chromewebstore.google.com/detail/threadhelper/nfadnflafdfmekapgcgddbccooagpndk |
简介 | A serendipity engine on the Twitter sidebar. |
文件大小 | 437 KB |
安装次数 | 868 |
当前版本 | 0.4.9 |
更新时间 | 2022-02-20 |
上架时间 | 2020-10-22 |
评分 | 5.00/5 共16次评分 |
开发者 | devs.thread.helper |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://threadhelper.com/ |
帮助页面URL | http://threadhelper.com/ |
隐私政策页面URL | http://threadhelper.com/privacy_policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ThreadHelper", "description": "A serendipity engine on the Twitter sidebar.", "browser_action": { "default_icon": { "16": "public\/extension\/thread_16.png", "32": "public\/extension\/thread_32.png", "48": "public\/extension\/thread_48.png", "128": "public\/extension\/thread_128.png" }, "default_title": "ThreadHelper" }, "permissions": [ "storage", "unlimitedStorage", "webRequest", "https:\/\/api.twitter.com\/", "*:\/\/*.twitter.com\/*" ], "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/www.twitter.com\/*", "*:\/\/mobile.twitter.com\/*", "*:\/\/twitter.com\/*" ], "js": [ "content-script.bundle.js" ] } ], "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "icons": { "16": "public\/extension\/thread_16.png", "32": "public\/extension\/thread_32.png", "48": "public\/extension\/thread_48.png", "128": "public\/extension\/thread_128.png" }, "content_security_policy": "script-src-elem 'self' chrome-extension:\/\/*\/idbWorker.bundle.worker.js chrome-extension:\/\/*\/searchWorker.bundle.worker.js chrome-extension:\/\/*\/twitterScout.bundle.worker.js ;", "version": "0.4.9" } |