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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will notify you of new messages and responses on the Tom’s Hardware forums."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tom's Hardware UK - My Threads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम Tom's Hardware UK - My Threads Tom's Hardware UK - My Threads
ID mgcjmndhglkgjijpkogikbimefoiceno
आधिकारिक URL 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\/"
    ]
}