Tom's Hardware UK - My Threads
This extension will notify you of new messages and responses on the Tom’s Hardware forums.
Was ist Tom's Hardware UK - My Threads?
Tom's Hardware UK - My Threads ist eine Chrome-Erweiterung, die von best-of-media---chrome-app entwickelt wurde, und ihr Hauptmerkmal ist "This extension will notify you of new messages and responses on the Tom’s Hardware forums.".
Erweiterungsscreenshots
Tom's Hardware UK - My Threads-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tom's Hardware UK - My Threads-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mgcjmndhglkgjijpkogikbimefoiceno |
Offizielle URL | https://chrome.google.com/webstore/detail/toms-hardware-uk-my-threa/mgcjmndhglkgjijpkogikbimefoiceno |
Beschreibung | This extension will notify you of new messages and responses on the Tom’s Hardware forums. |
Dateigröße | 188 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 0.2.0.1 |
Letztes Update | 2013-11-14 |
Veröffentlichungsdatum | 2013-11-14 |
Bewertung | 4.83/5 Insgesamt 18 Bewertungen |
Entwickler | best-of-media---chrome-app |
Zahlungsart | free |
Erweiterungswebsite | http://www.tomshardware.co.uk |
Unterstützte Sprachen | 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\/" ] } |