Thredd - Useful Advice from Reddit
Learn from people while you surf the web!
Thredd - Useful Advice from Redditคืออะไร?
Thredd - Useful Advice from Reddit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thredd.dev และคุณลักษณะหลักของมันคือ "Learn from people while you surf the web!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Thredd - Useful Advice from Reddit
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } |