Thready - Convert Twitter thread to article
Thready converts a Twitter thread into an easy-to-read article
Τι είναι το Thready - Convert Twitter thread to article;
Το Thready - Convert Twitter thread to article είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον fkgdmn, και η κύρια λειτουργία του είναι "Thready converts a Twitter thread into an easy-to-read article".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Thready - Convert Twitter thread to article
Λήψη αρχείων επέκτασης Thready - Convert Twitter thread to article σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Twitter threads have become a very popular way to communicate information. Thready makes reading threads as easy as writing them. With only two clicks the thread is made into an easy-to-read coherent article that opens up in a small window. The article contains all of the thread’s content such as text, images, videos etc. To convert a Twitter thread into an article follow these simple steps: - Go to the first tweet of a thread that you want to read - Click on the Thready extension icon - Click "Read thread" - Wait a few seconds and the thread will be ready for you The steps is also showed in the video above. Threads can't be no more than 7 days old since Twitter's API doesn't allow old thread to be fetched.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Thready - Convert Twitter thread to article |
ID | hpgahgmdnhigfikenmgibelihmcamnpf |
Επίσημο URL | https://chromewebstore.google.com/detail/thready-convert-twitter-t/hpgahgmdnhigfikenmgibelihmcamnpf |
Περιγραφή | Thready converts a Twitter thread into an easy-to-read article |
Μέγεθος Αρχείου | 19.96 KB |
Αριθμός Εγκαταστάσεων | 1,197 |
Τρέχουσα Έκδοση | 0.1.0 |
Τελευταία Ενημέρωση | 2022-12-03 |
Ημερομηνία Δημοσίευσης | 2021-09-07 |
Αξιολόγηση | 2.33/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | fkgdmn |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Thready - Convert Twitter thread to article", "description": "Thready converts a Twitter thread into an easy-to-read article", "version": "0.1.0", "action": { "default_icon": "icons\/thready-128.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "icons": { "16": "icons\/thready-16.png", "48": "icons\/thready-48.png", "128": "icons\/thready-128.png" } } |