Easy Tetris Game

A classic arcade game that plays in a popup.

Vad är Easy Tetris Game?

Easy Tetris Game är en Chrome-tillägg utvecklad av https://www.gameplug.org, och dess huvudfunktion är "A classic arcade game that plays in a popup.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Easy Tetris Game-förlängningens CRX-fil

Ladda ner Easy Tetris Game-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This chrome extension allows you to play Tetris game anytime and anywhere. 

One feature you may love is that our game can be played intermittently. It is designed to best fit into your work break: 
- When you have some time for fun, just click the Tetris icon and the game will be started in a popup. 
- When you need to focus on work, just click anywhere on your screen to exit the game. 
- When you are free again, click the Tetris icon to continue with the game. The extension can remember where you left off last time. 

The rule of Tetris game is very simple: 
- Arrange the falling blocks of different shapes to fill the line. 
- The number of filled lines will be converted to your score. 

How to play?
1) Click Tetris icon in the top right corner of browser to start a game.
2) Click 'pause/restart' button to pause or restart the game.
3) Use the 'left/right/down' arrow key in keyboard to move falling blocks.
4) Use the 'up' arrow key in keyboard to rotate falling blocks.                    

Grundläggande Information om Tillägg

Namn Easy Tetris Game Easy Tetris Game
ID cmkagcmjifcamdmeacnlcpjlemddfbgc
Officiell webbadress https://chrome.google.com/webstore/detail/easy-tetris-game/cmkagcmjifcamdmeacnlcpjlemddfbgc
Beskrivning A classic arcade game that plays in a popup.
Filstorlek 13.07 KB
Antal Installationer 10,000
Aktuell Version 0.1.0
Senast Uppdaterad 2022-02-12
Publiceringsdatum 2021-11-11
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare https://www.gameplug.org
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.gameplug.org
Hjälpsida URL https://www.gameplug.org/listing/easy-tetris-game/
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Tetris Game",
    "short_name": "Tetris",
    "version": "0.1.0",
    "description": "A classic arcade game that plays in a popup.",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 2
}