Tom's Hardware UK - My Threads

This extension will notify you of new messages and responses on the Tom’s Hardware forums.

什麼是Tom's Hardware UK - My Threads?

Tom's Hardware UK - My Threads是由best-of-media---chrome-app開發的Chrome擴展程式,該擴展的主要功能是“This extension will notify you of new messages and responses on the Tom’s Hardware forums.”。

擴展截圖

screenshot

下載Tom's Hardware UK - My Threads擴展crx文件

下載Tom's Hardware UK - 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.                    

擴展基本資訊

名稱 Tom's Hardware UK - My Threads Tom's Hardware UK - My Threads
ID mgcjmndhglkgjijpkogikbimefoiceno
官方網址 https://chrome.google.com/webstore/detail/toms-hardware-uk-my-threa/mgcjmndhglkgjijpkogikbimefoiceno
簡介 This extension will notify you of new messages and responses on the Tom’s Hardware forums.
檔案大小 188 KB
安裝次數 1,000
目前版本 0.2.0.1
更新時間 2013-11-14
上架時間 2013-11-14
評分 4.83/5 共 18 次評分
開發者 best-of-media---chrome-app
付費類型 free
擴展官網 http://www.tomshardware.co.uk
支援的語言 de,en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tom's Hardware UK - 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.co.uk\/"
    ]
}