Threadia
You can read the threads as blog posts and share the blog pages as threads in a click.
Threadiaとは何ですか?
Threadiaはhallackeremによって開発されたChromeの拡張機能で、その主な機能は「You can read the threads as blog posts and share the blog pages as threads in a click.」です。
拡張機能のスクリーンショット
Threadia拡張機能のCRXファイルをダウンロード
Threadia拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can read the threads as blog posts and share the blog pages as threads in a click. Threadia helps you by turning Twitter threads into a readable page. It also helps you share blog posts as a thread. The main features of the application are; * You can get a summary of the blog post you will share. * You can generate hashtags from your blog post to increase the interaction of the thread. Threadia protects you from getting lost between hard-to-read threads, increases your social visibility by sharing blogs as threads with hashtags.
拡張機能の基本情報
名前 | |
ID | fmecnpcdaiediolnohoiebdkphdlihio |
公式URL | https://chrome.google.com/webstore/detail/threadia/fmecnpcdaiediolnohoiebdkphdlihio |
説明 | You can read the threads as blog posts and share the blog pages as threads in a click. |
ファイルサイズ | 14.4 KB |
インストール数 | 101 |
現在のバージョン | 0.0.0.3 |
最終更新日 | 2020-07-26 |
公開日 | 2020-07-03 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | hallackerem |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://threadia.com/ |
ヘルプページのURL | https://threadia.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Threadia", "short_name": "Threadia", "version": "0.0.0.3", "version_name": "0.0.0.3", "description": "You can read the threads as blog posts and share the blog pages as threads in a click.", "browser_action": { "default_icon": "icons\/threadia-48.png" }, "content_scripts": [ { "matches": [ "https:\/\/threadia.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "content.js" ], "all_frames": true } ], "icons": { "16": "icons\/threadia-16.png", "48": "icons\/threadia-48.png", "128": "icons\/threadia-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "homepage_url": "https:\/\/threadia.com\/", "permissions": [ "storage", "contextMenus", "tabs", "https:\/\/threadia.com\/*", "https:\/\/twitter.com\/*", "https:\/\/medium.com\/*" ] } |