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!」です。
拡張機能のスクリーンショット
Thredd - Useful Advice from Reddit拡張機能のCRXファイルをダウンロード
Thredd - Useful Advice from Reddit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" ] } |