Simple Tetris
Play a quick and simple game of Tetris!
ما هو Simple Tetris؟
Simple Tetris هو إضافة Chrome تم تطويرها بواسطة Gavin White، والميزة الرئيسية لها هي "Play a quick and simple game of Tetris!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple Tetris
قم بتنزيل ملفات الامتداد Simple Tetris بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Using this Simple Google Extension you can play a fun and quick game of Tetris! How high of a score can you get? Use your arrows keys to move the falling (current) piece.
معلومات أساسية عن التمديد
الاسم | |
ID | ffpdhecgomndblompgeiffkfioocgbji |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/simple-tetris/ffpdhecgomndblompgeiffkfioocgbji |
الوصف | Play a quick and simple game of Tetris! |
حجم الملف | 8.82 KB |
عدد التثبيتات | 2,000 |
النسخة الحالية | 2.3.0 |
آخر تحديث | 2021-07-27 |
تاريخ النشر | 2021-07-27 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | Gavin White |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Tetris", "description": "Play a quick and simple game of Tetris!", "version": "2.3.0", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ " " ] } |