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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Thready converts a Twitter thread into an easy-to-read article"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Thready - Convert Twitter thread to article 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}