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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον best-of-media---chrome-app, και η κύρια λειτουργία του είναι "This extension will notify you of new messages and responses on the Tom’s Hardware forums.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Tom's Hardware UK - My Threads

Λήψη αρχείων επέκτασης 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
Επίσημο 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\/"
    ]
}