Tom's Hardware - My Threads

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

ما هو Tom's Hardware - My Threads؟

Tom's Hardware - My Threads هو إضافة Chrome تم تطويرها بواسطة http://www.tomshardware.com، والميزة الرئيسية لها هي "This extension will notify you of new messages and responses on the Tom’s Hardware forums.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Tom's Hardware - My Threads

قم بتنزيل ملفات الامتداد Tom's Hardware - My Threads بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.
* If you have any questions about the extension – ask us on the forum at http://www.tomshardware.com/forum/21521-9-hardware-chrome-community-extension                    

معلومات أساسية عن التمديد

الاسم Tom's Hardware - My Threads Tom's Hardware - My Threads
ID nddbmgcnelmmhlfibkmfnhnfeccaliip
عنوان URL الرسمي https://chrome.google.com/webstore/detail/toms-hardware-my-threads/nddbmgcnelmmhlfibkmfnhnfeccaliip
الوصف This extension will notify you of new messages and responses on the Tom’s Hardware forums.
حجم الملف 188 KB
عدد التثبيتات 4,000
النسخة الحالية 0.2.0.1
آخر تحديث 2013-11-14
تاريخ النشر 2013-11-14
تقييم 4.56/5 مجموع تقييمات 34
المطور http://www.tomshardware.com
نوع الدفع free
موقع الإضافة http://www.tomshardware.com
عنوان صفحة المساعدة http://www.tomshardware.com/forum/21521-9-hardware-chrome-community-extension
اللغات المدعومة de,en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tom's Hardware - 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.com\/"
    ]
}