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是由http://www.tomshardware.com开发的Chrome扩展程序,该扩展的主要功能是“This extension will notify you of new messages and responses on the Tom’s Hardware forums.”。

扩展截图

screenshot
screenshot

下载Tom's Hardware - My Threads扩展crx文件

下载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                    

扩展基本信息

名称 Tom's Hardware - My Threads Tom's Hardware - My Threads
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\/"
    ]
}