Classic Blocks Puzzle

A classic tile-matching game. Try to complete lines by moving differently shaped tetrominoes

Τι είναι το Classic Blocks Puzzle;

Το Classic Blocks Puzzle είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chandler.stimson, και η κύρια λειτουργία του είναι "A classic tile-matching game. Try to complete lines by moving differently shaped tetrominoes".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Classic Blocks Puzzle

Λήψη αρχείων επέκτασης Classic Blocks Puzzle σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        In this game, players complete lines by moving differently shaped pieces (tetrominoes), which descend onto the playing field. The completed lines disappear and grant the player points, and the player can proceed to fill the vacated spaces. The game ends when the playing field is filled. The longer the player can delay this inevitable outcome, the higher their score will be.

Developer:
This extension does not use any background resources when inactive and uses manifest v3 with no permission.

Keyboards:
"S": Start the game
"P": Pause the page
"R": Resume the page
"Arrow Left" or "J": Move the block to the left
"Arrow Right" or "L": Move the block to the right
"Arrow Up" or "I": Rotate the block 90 degrees
"Arrow Down" or "K": Fast fall down                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Classic Blocks Puzzle Classic Blocks Puzzle
ID hjcbhacpkmgdmikkhdkjmpbbnkoljleh
Επίσημο URL https://chrome.google.com/webstore/detail/classic-blocks-puzzle/hjcbhacpkmgdmikkhdkjmpbbnkoljleh
Περιγραφή A classic tile-matching game. Try to complete lines by moving differently shaped tetrominoes
Μέγεθος Αρχείου 35.2 KB
Αριθμός Εγκαταστάσεων 830
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2021-11-08
Ημερομηνία Δημοσίευσης 2021-10-06
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής chandler.stimson
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://add0n.com/tetris.html
Διεύθυνση URL της Σελίδας Βοήθειας https://add0n.com/tetris.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.1.1",
    "name": "Classic Blocks Puzzle",
    "description": "__MSG_description__",
    "default_locale": "en",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "action": {
        "default_popup": "data\/popup\/index.html?action=start"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "homepage_url": "https:\/\/add0n.com\/tetris.html",
    "sandbox": {
        "pages": [
            "data\/popup\/index.html"
        ]
    },
    "commands": {
        "_execute_action": {
            "description": "Press the action button"
        }
    }
}