Tetris X

Play tetris in a popup, also includes HOLD, NEXT, and settings!

ما هو Tetris X؟

Tetris X هو إضافة Chrome تم تطويرها بواسطة Trinkance، والميزة الرئيسية لها هي "Play tetris in a popup, also includes HOLD, NEXT, and settings!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Tetris X

قم بتنزيل ملفات الامتداد Tetris X بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Click the Tetris piece in the top right corner (or the puzzle piece if you didn't pin it) and start playing your favorite arcade game! It will save when you close it and you can also customize it!

Use horizontal arrow keys to move
Up arrow key to rotate
Down arrow to speed fall
Space to place down
C to hold
R to reset                    

معلومات أساسية عن التمديد

الاسم Tetris X Tetris X
ID jjbjacdhlcdkmdoincbbmhcbhlgbeieg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tetris-x/jjbjacdhlcdkmdoincbbmhcbhlgbeieg
الوصف Play tetris in a popup, also includes HOLD, NEXT, and settings!
حجم الملف 11.63 KB
عدد التثبيتات 30,000
النسخة الحالية 1.0.4
آخر تحديث 2022-04-04
تاريخ النشر 2022-01-31
تقييم 4.00/5 مجموع تقييمات 3
المطور Trinkance
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tetris X",
    "description": "Play tetris in a popup, also includes HOLD, NEXT, and settings!",
    "version": "1.0.4",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}