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によって開発されたChromeの拡張機能で、その主な機能は「This extension will notify you of new messages and responses on the Tom’s Hardware forums.」です。
拡張機能のスクリーンショット
Tom's Hardware UK - My Threads拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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\/" ] } |