Offline Checkers Game

Free basic checkers game.

Offline Checkers Game là gì?

Offline Checkers Game là một tiện ích mở rộng Chrome được phát triển bởi hbsdsoftware, và tính năng chính của nó là "Free basic checkers game.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Offline Checkers Game

Tải xuống các tệp mở rộng Offline Checkers Game 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

                        Play checkers offline on chromium-based browser.

- Opponent can be light or dark.
- Opponent can be human or program.
- Opponent program level is far (behind) from a checkers master.
- Fully customizable board game dimensions (by window resizing).
- Fully customizable color theme.
- Resume unfinished game.
- Game help included (rules & strategy instructions).
- For age 4+.

/!\ This app is in active developpement and due to lack of testers, bugs are common so the author will try to fix it on the next releases. /!\

RELEASE HISTORY

v0.7
- 2022-07-24
- Bug fixed.
- Appearance improved :
	Pieces shape and proportion artifact fixed.
	Buttons images are now vectorials.
- Game can now be resumed (cf. menu > setting).
- Computer as opponent logic improved.
- Adding UI (cf. menu):
	"App buttons" (buttons descriptions).
	"About" (app infos).

v0.6
- 2022-06-19
- Bug on game-piece take-sequence solved.
- Computer as opponent logic improved.
- Piece selection/move improved.
- Board game can have border for better appearance (cf. menu > setting).

v0.5
- 2022-06-09
- Bug on color picker UI fixed.

v0.4
- 2022-06-07
- Bug fixed.
- Adding UI for settings :
	[off/on] Force square board.
	[off/on] Dynamic favicon.
	[off/on] Vs human at startup.
	[off/on] Opponent start first at startup.
- Game-help split by section.
- Game-help navigation improved (hypertext).
- Menu navigation improved (direct return to board game).

v0.3
- 2022-06-04
- Bug fixed.
- Computer as opponent logic improved.
- Adding 8 editable/restorable color themes.
- Game help improved.

v0.2
- 2022-05-21
- Bug fixed.
- Adding UIs for game help and color setting.

v0.1
- 2022-05-12
- Initial release.                    

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

Tên Offline Checkers Game Offline Checkers Game
ID mnjmldldilbhpaemekpheelcmgnokkml
URL Chính Thức https://chromewebstore.google.com/detail/offline-checkers-game/mnjmldldilbhpaemekpheelcmgnokkml
Mô tả Free basic checkers game.
Kích Thước Tệp 42.97 KB
Số Lần Cài Đặt 320
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2022-07-26
Ngày Phát Hành 2022-05-14
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển hbsdsoftware
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Offline Checkers Game",
    "short_name": "Checkers",
    "description": "Free basic checkers game.",
    "version": "0.7",
    "author": "hbsdsoftware",
    "action": {
        "default_title": "Offline Checkers Game",
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "offline_enabled": true
}