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 là gì?
Tom's Hardware - My Threads là một tiện ích mở rộng Chrome được phát triển bởi http://www.tomshardware.com, và tính năng chính của nó là "This extension will notify you of new messages and responses on the Tom’s Hardware forums.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tom's Hardware - My Threads
Tải xuống các tệp mở rộng Tom's Hardware - My Threads dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nddbmgcnelmmhlfibkmfnhnfeccaliip |
URL Chính Thức | https://chrome.google.com/webstore/detail/toms-hardware-my-threads/nddbmgcnelmmhlfibkmfnhnfeccaliip |
Mô tả | This extension will notify you of new messages and responses on the Tom’s Hardware forums. |
Kích Thước Tệp | 188 KB |
Số Lần Cài Đặt | 4,000 |
Phiên Bản Hiện Tại | 0.2.0.1 |
Cập Nhật Lần Cuối | 2013-11-14 |
Ngày Phát Hành | 2013-11-14 |
Đánh Giá | 4.56/5 Tổng số 34 Đánh Giá |
Nhà Phát Triển | http://www.tomshardware.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.tomshardware.com |
URL Trang Trợ Giúp | http://www.tomshardware.com/forum/21521-9-hardware-chrome-community-extension |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |