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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Threadia 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Threadia Threadia
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
이메일 [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\/*"
    ]
}