ThreadHelper

A serendipity engine on the Twitter sidebar.

Co to jest ThreadHelper?

ThreadHelper to rozszerzenie Chrome opracowane przez devs.thread.helper, a jego główną funkcją jest „A serendipity engine on the Twitter sidebar.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ThreadHelper

Pobierz pliki rozszerzeń ThreadHelper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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™.                    

Podstawowe informacje o rozszerzeniu

Nazwa ThreadHelper ThreadHelper
ID nfadnflafdfmekapgcgddbccooagpndk
Oficjalny URL https://chromewebstore.google.com/detail/threadhelper/nfadnflafdfmekapgcgddbccooagpndk
Opis A serendipity engine on the Twitter sidebar.
Rozmiar pliku 437 KB
Liczba instalacji 868
Aktualna Wersja 0.4.9
Ostatnia Aktualizacja 2022-02-20
Data Publikacji 2020-10-22
Ocena 5.00/5 Łącznie 16 Oceny
Deweloper devs.thread.helper
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://threadhelper.com/
Adres URL Strony Pomocy http://threadhelper.com/
Adres URL Strony Polityki Prywatności http://threadhelper.com/privacy_policy
Obsługiwane Języki 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"
}