Tom's Hardware UK - My Threads

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

O que é Tom's Hardware UK - My Threads?

Tom's Hardware UK - My Threads é uma extensão do Chrome desenvolvida por best-of-media---chrome-app, e sua principal característica é "This extension will notify you of new messages and responses on the Tom’s Hardware forums.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tom's Hardware UK - My Threads

Baixe arquivos de extensão Tom's Hardware UK - My Threads no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Tom's Hardware UK - My Threads Tom's Hardware UK - My Threads
ID mgcjmndhglkgjijpkogikbimefoiceno
URL Oficial https://chrome.google.com/webstore/detail/toms-hardware-uk-my-threa/mgcjmndhglkgjijpkogikbimefoiceno
Descrição This extension will notify you of new messages and responses on the Tom’s Hardware forums.
Tamanho do Arquivo 188 KB
Contagem de Instalações 1,000
Versão Atual 0.2.0.1
Última Atualização 2013-11-14
Data de Publicação 2013-11-14
Classificação 4.83/5 Total de 18 Avaliações
Desenvolvedor best-of-media---chrome-app
Tipo de Pagamento free
Site da Extensão http://www.tomshardware.co.uk
Idiomas Suportados 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\/"
    ]
}