Tom's Hardware UK - My Threads

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

Co je Tom's Hardware UK - My Threads?

Tom's Hardware UK - My Threads je rozšíření Chrome vyvinuté best-of-media---chrome-app, a jeho hlavní funkcí je „This extension will notify you of new messages and responses on the Tom’s Hardware forums.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Tom's Hardware UK - My Threads

Stáhněte si soubory rozšíření Tom's Hardware UK - My Threads ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Tom's Hardware UK - My Threads Tom's Hardware UK - My Threads
ID mgcjmndhglkgjijpkogikbimefoiceno
Oficiální URL https://chrome.google.com/webstore/detail/toms-hardware-uk-my-threa/mgcjmndhglkgjijpkogikbimefoiceno
Popis This extension will notify you of new messages and responses on the Tom’s Hardware forums.
Velikost souboru 188 KB
Počet instalací 1,000
Aktuální Verze 0.2.0.1
Poslední Aktualizace 2013-11-14
Datum Vydání 2013-11-14
Hodnocení 4.83/5 Celkem 18 Hodnocení
Vývojář best-of-media---chrome-app
Typ Platby free
Webové stránky Rozšíření http://www.tomshardware.co.uk
Podporované Jazyky 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\/"
    ]
}