Snake game

A fun game to play while waiting for things

Snake game là gì?

Snake game là một tiện ích mở rộng Chrome được phát triển bởi Gecko Software, và tính năng chính của nó là "A fun game to play while waiting for things".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        A simple game to play while you're waiting for websites to load! Move the snake around with the arrow keys, eat the red dots to grow bigger, and avoid hitting your own tail.



Code functions from codepen.io                    

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

Tên Snake game Snake game
ID lljpgahbeilaecaaiecghpmfajfeclge
URL Chính Thức https://chromewebstore.google.com/detail/snake-game/lljpgahbeilaecaaiecghpmfajfeclge
Mô tả A fun game to play while waiting for things
Kích Thước Tệp 625 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 2.9.0
Cập Nhật Lần Cuối 2019-08-19
Ngày Phát Hành 2019-08-18
Đánh Giá 4.49/5 Tổng số 67 Đánh Giá
Nhà Phát Triển Gecko Software
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snake game",
    "version": "2.9.0",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "description": "A fun game to play while waiting for things",
    "offline_enabled": true,
    "author": "Ian",
    "icons": {
        "16": "\/assets\/images\/icon.png",
        "48": "\/assets\/images\/icon.png",
        "128": "\/assets\/images\/icon.png"
    },
    "browser_action": {
        "default_icon": "\/assets\/images\/icon.png",
        "default_popup": "popup.html"
    }
}