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 |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } |