Chess@Work Notifier

Just check if it's your move on ChessAtWork & Co (RedHotPawn, RedHotChess, TimeForChess, TheImmortalGame)

Chess@Work Notifier là gì?

Chess@Work Notifier là một tiện ích mở rộng Chrome được phát triển bởi Mdkart, và tính năng chính của nó là "Just check if it's your move on ChessAtWork & Co (RedHotPawn, RedHotChess, TimeForChess, TheImmortalGame)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chess@Work Notifier

Tải xuống các tệp mở rộng Chess@Work Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Features :
 • Displays the number of games waiting for you
 • Clicking on the icon opens the game where it's your move
 • Desktop and sound notifications
 • If you play on an other site than Chess@Work, you must edit the options of the extension


HowTo : 
 • All you have to do is to login on Chess@Work and it will check automatically if it's your move
 • If you play on an other site than Chess@Work, you must edit the options of the extension

-----------------
Changelog :
1.0.3 (21-08-2017)
 • Compatibility with new template of the Website

V1.0.2 (01-01-2014)
 • Implementation of the new chrome.notifications API with notification center in tray
 • Code improvement

V1.0.1.2 (08-05-2013)
 • Minor fix of counter by HTML parsing due to new layout

V1.0.1.1 (07-04-2012)
 • Changed manifest.json to V2

V1.0 (09-15-2010)
 • Added a method to update the counter with a simple parsing of the site while browsing on it. So a significant reduction of XML requests but more updates of the counter! 
 • Some code optimizations

V0.9 (06-30-2010)
 • Initial Release                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chess@Work Notifier Chess@Work Notifier
ID iiabccpfhiodndpodglhhhegjbdgdfal
URL Chính Thức https://chromewebstore.google.com/detail/chesswork-notifier/iiabccpfhiodndpodglhhhegjbdgdfal
Mô tả Just check if it's your move on ChessAtWork & Co (RedHotPawn, RedHotChess, TimeForChess, TheImmortalGame)
Kích Thước Tệp 74.31 KB
Số Lần Cài Đặt 403
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2017-08-21
Ngày Phát Hành 2017-08-21
Đánh Giá 4.58/5 Tổng số 19 Đánh Giá
Nhà Phát Triển Mdkart
Loại Thanh Toán free
Trang Web Mở Rộng http://mdkart.fr/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chess@Work Notifier",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Just check if it's your move on ChessAtWork & Co (RedHotPawn, RedHotChess, TimeForChess, TheImmortalGame)",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "browser_action": {
        "default_icon": "icons\/chess-logout.png",
        "default_title": "Chess@Work Notifier"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chessatwork.com\/*",
                "https:\/\/www.redhotpawn.com\/*",
                "https:\/\/www.redhotchess.com\/*",
                "https:\/\/www.timeforchess.com\/*",
                "https:\/\/www.playtheimmortalgame.com\/*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "caw_content_script.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "notifications",
        "https:\/\/www.chessatwork.com\/*",
        "https:\/\/www.redhotpawn.com\/*",
        "https:\/\/www.redhotchess.com\/*",
        "https:\/\/www.timeforchess.com\/*",
        "https:\/\/www.playtheimmortalgame.com\/*"
    ],
    "short_name": "C@W Notifier"
}