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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/"
    ]
}