Thredd - Useful Advice from Reddit

Learn from people while you surf the web!

Thredd - Useful Advice from Reddit란 무엇입니까?

Thredd - Useful Advice from Reddit은(는) thredd.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn from people while you surf the web!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Thredd - Useful Advice from Reddit 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Thredd exposes social opportunities across the whole Internet. Read discussions about your current topic and discover the communities that share your interests.

HOW IT WORKS: Simply browse the web as normal. When the extension icon shows a red badge, click it to see what Thredd has found. You can read, reply to, or even start your own discussions. Don't forget to check out the various Reddit communities you stumble upon to see what else they've been sharing!

NOTE:
* The notice you see about having access to your history and website data is automatically generated because Thredd runs on every tab. But it does not actually monitor your browsing history or require your personal information to work properly.


Available on Chrome and Firefox                    

확장 프로그램 기본 정보

이름 Thredd - Useful Advice from Reddit Thredd - Useful Advice from Reddit
ID nofhlafikocbioemioehbpadpgjlpeco
공식 URL https://chromewebstore.google.com/detail/thredd-useful-advice-from/nofhlafikocbioemioehbpadpgjlpeco
설명 Learn from people while you surf the web!
파일 크기 794 KB
설치 횟수 645
현재 버전 3.0.8
최근 업데이트 2020-04-08
출시 날짜 2020-04-06
평점 4.73/5 총 11 개의 평점
개발자 thredd.dev
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://thredd.io/privacy-policy
지원되는 언어 en
manifest.json
{
    "manifest_version": 2,
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/thredd19.png",
            "38": "images\/thredd38.png"
        },
        "default_title": "Thredd"
    },
    "description": "Learn from people while you surf the web!",
    "options_page": "options.html",
    "icons": {
        "19": "images\/thredd19.png",
        "32": "images\/thredd32.png",
        "38": "images\/thredd38.png",
        "48": "images\/thredd48.png",
        "64": "images\/thredd64.png",
        "128": "images\/thredd128.png"
    },
    "name": "Thredd - Useful Advice from Reddit",
    "short_name": "Thredd",
    "permissions": [
        "identity",
        "contextMenus",
        "notifications",
        "tabs",
        "*:\/\/*\/*",
        "storage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.8",
    "web_accessible_resources": [
        "comment.html",
        "options.html",
        "popup.html",
        "images\/thredd256.png"
    ]
}