Letter Swap Game

Swap letters to eliminate groups of three identical ones.

Letter Swap Gameとは何ですか?

Letter Swap Gameはhttps://gamecheerleader.comによって開発されたChromeの拡張機能で、その主な機能は「Swap letters to eliminate groups of three identical ones.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        In this game, your goal is to clear sets of three identical letters within a limited 60-second period.

The game consists of a 6x6 grid filled with 36 randomly placed letters. In the upper-left corner of the game screen, you'll see a timer counting down from 60 seconds. On the top-right, your current score is shown.

How to Play:

1. Click on a cell with a letter to choose it. Once selected, the cell will be highlighted.

2. Click on another cell with a letter to exchange their positions. The highlight will disappear from the first cell after the swap. You can also swap with an empty cell.

3. If you have three identical letters arranged horizontally or vertically as neighbors, they will vanish from the grid, and your score will go up by 3 points.

4. If you successfully remove all sets of three identical letters from the grid before the timer runs out, you win, and a victory message will appear in an overlay. Otherwise, you lose.

Tips to Win:

- Have a quick scan of the entire grid for potential matches. Pay extra attention to neighboring identical letters and eliminate them first.

- Swap letters with empty cells can help you create new matches.

Enjoy playing the Letter Swap Game! Strive to achieve the highest score by cleverly swapping letters and removing matching sets!

CHANGELOG
==========
Version 0.1.1
- Add google analytics

Version 0.1.0
- Initial release of game                    

拡張機能の基本情報

名前 Letter Swap Game Letter Swap Game
ID mlggpfoffidogjdniajdikhpgldkkdln
公式URL https://chromewebstore.google.com/detail/letter-swap-game/mlggpfoffidogjdniajdikhpgldkkdln
説明 Swap letters to eliminate groups of three identical ones.
ファイルサイズ 46.95 KB
インストール数 78
現在のバージョン 0.1.1
最終更新日 2024-03-04
公開日 2024-01-01
開発者 https://gamecheerleader.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.gamecheerleader.com
ヘルプページのURL https://www.gamecheerleader.com/listing/letter-swap-game/
プライバシーポリシーページのURL https://www.gamecheerleader.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Letter Swap Game",
    "short_name": "letter-swap",
    "version": "0.1.1",
    "description": "Swap letters to eliminate groups of three identical ones.",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}