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 fkgdmn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Thready converts a Twitter thread into an easy-to-read article"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Thready - Convert Twitter thread to article एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}