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”。
擴展截圖
下載Thready - Convert Twitter thread to article擴展crx文件
下載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 |
官方網址 | 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" } } |