Threadia

You can read the threads as blog posts and share the blog pages as threads in a click.

Threadia là gì?

Threadia là một tiện ích mở rộng Chrome được phát triển bởi hallackerem, và tính năng chính của nó là "You can read the threads as blog posts and share the blog pages as threads in a click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Threadia

Tải xuống các tệp mở rộng Threadia dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Threadia Threadia
ID fmecnpcdaiediolnohoiebdkphdlihio
URL Chính Thức https://chrome.google.com/webstore/detail/threadia/fmecnpcdaiediolnohoiebdkphdlihio
Mô tả You can read the threads as blog posts and share the blog pages as threads in a click.
Kích Thước Tệp 14.4 KB
Số Lần Cài Đặt 101
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2020-07-26
Ngày Phát Hành 2020-07-03
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển hallackerem
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://threadia.com/
URL Trang Trợ Giúp https://threadia.com/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}