Tom's Hardware - My Threads
This extension will notify you of new messages and responses on the Tom’s Hardware forums.
Tom's Hardware - My Threadsคืออะไร?
Tom's Hardware - My Threads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.tomshardware.com และคุณลักษณะหลักของมันคือ "This extension will notify you of new messages and responses on the Tom’s Hardware forums."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tom's Hardware - My Threads
ดาวน์โหลดไฟล์ส่วนขยาย Tom's Hardware - My Threads ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Receive notification of new answers to your threads and incoming private messages on the Tom’s Hardware community. This extension will conveniently alert you as soon as a new message or response is available and will display the relevant links for easy access. Features: * Alert notification when a topic you are participating in is updated or replied to. * Track unread messages and threads. * Receive notice when you get a new private message. * Easy, 1-click opening of all your topics with new, updated answers. More Information: * Extension is secure and doesn’t store your username or password. * Just log in on Tom’s Hardware so that the extension can access the information on your threads. * If you have any questions about the extension – ask us on the forum at http://www.tomshardware.com/forum/21521-9-hardware-chrome-community-extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nddbmgcnelmmhlfibkmfnhnfeccaliip |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/toms-hardware-my-threads/nddbmgcnelmmhlfibkmfnhnfeccaliip |
คำอธิบาย | This extension will notify you of new messages and responses on the Tom’s Hardware forums. |
ขนาดไฟล์ | 188 KB |
จำนวนการติดตั้ง | 4,000 |
เวอร์ชันปัจจุบัน | 0.2.0.1 |
อัปเดตครั้งล่าสุด | 2013-11-14 |
วันที่เผยแพร่ | 2013-11-14 |
คะแนน | 4.56/5 รวมทั้งหมด 34 คะแนน |
ผู้พัฒนา | http://www.tomshardware.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.tomshardware.com |
URL หน้าช่วยเหลือ | http://www.tomshardware.com/forum/21521-9-hardware-chrome-community-extension |
ภาษาที่รองรับ | de,en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tom's Hardware - My Threads", "version": "0.2.0.1", "description": "__MSG_extShortDesc__", "background": { "page": "bg.html" }, "options_page": "options.html", "default_locale": "en", "browser_action": { "default_icon": "128.png", "badge": "" }, "icons": { "128": "128.png" }, "web_accessible_resources": [ "128.png" ], "permissions": [ "tabs", "contextMenus", "notifications", "http:\/\/www.tomshardware.com\/" ] } |