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 |
公式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 |
Eメール | [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" } } |