Hextris Offline Game

An addictive puzzle game inspired by Tetris!

Hextris Offline Gameとは何ですか?

Hextris Offline GameはChrome Gamesによって開発されたChromeの拡張機能で、その主な機能は「An addictive puzzle game inspired by Tetris!」です。

拡張機能のスクリーンショット

screenshot

Hextris Offline Game拡張機能のCRXファイルをダウンロード

Hextris Offline Game拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Hextris Offline Game: An addictive puzzle game inspired by Tetris!

HOW TO PLAY
- The goal of Hextris is to stop blocks from leaving the inside of the outer gray hexagon.
- Press the right and left arrow keys to rotate the Hexagon. Press the down arrow to speed up the block falling.
- Clear blocks and get points by making 3 or more blocks of the same color touch.
- Time left before your combo streak disappears is indicated by the colored lines on the outer hexagon.

Install extension
Click the Hextris icon on the Chrome toolbar
and we will open a Hextris for you to play the game! You don’t need to do anything else!
Have fun!

WHAT'S NEW?

v1.0.0
- First release                    

拡張機能の基本情報

名前 Hextris Offline Game Hextris Offline Game
ID onbgkicfhjompmjcjkpkanfkgblpjagi
公式URL https://chromewebstore.google.com/detail/hextris-offline-game/onbgkicfhjompmjcjkpkanfkgblpjagi
説明 An addictive puzzle game inspired by Tetris!
ファイルサイズ 822 KB
インストール数 3,939
現在のバージョン 1.0.2
最終更新日 2023-06-01
公開日 2022-02-07
評価 4.73/5 合計 26 レビュー
開発者 Chrome Games
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.w3technic.com/game
ヘルプページのURL https://www.w3technic.com/contact
プライバシーポリシーページのURL https://www.w3technic.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hextris Offline Game",
    "version": "1.0.2",
    "version_name": "1.0.2",
    "action": {
        "default_icon": {
            "24": "img\/24x24.png",
            "32": "img\/32x32.png"
        },
        "default_title": "Hextris!",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "update.js"
    },
    "offline_enabled": true,
    "description": "An addictive puzzle game inspired by Tetris!",
    "icons": {
        "16": "img\/16x16.png",
        "48": "img\/48x48.png",
        "128": "img\/128x128.png"
    },
    "options_page": "index.html",
    "homepage_url": "https:\/\/w3technic.com\/games\/hextris\/"
}