Snake

The classic JavaScript Snake recreated for easy use!

ما هو Snake؟

Snake هو إضافة Chrome تم تطويرها بواسطة Adam Janicki، والميزة الرئيسية لها هي "The classic JavaScript Snake recreated for easy use!".

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

screenshot

تحميل ملف CRX للإضافة Snake

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

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

                        This is a version of the classic JavaScript Snake Game, created in Chrome for easy and simple user use.

Jump right into the action by using the arrow keys to start your snake, or take a moment to adjust your settings to get the gameplay right for you.

Adjustable features include: the use of boundaries, snake color, background color, grid size, and snake speed.                    

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

الاسم Snake Snake
ID gihjfphchgbhfklhdbecdbegngielnlg
عنوان URL الرسمي https://chromewebstore.google.com/detail/snake/gihjfphchgbhfklhdbecdbegngielnlg
الوصف The classic JavaScript Snake recreated for easy use!
حجم الملف 521 KB
عدد التثبيتات 10,000
النسخة الحالية 1.3.1
آخر تحديث 2022-04-08
تاريخ النشر 2019-03-08
تقييم 3.90/5 مجموع تقييمات 10
المطور Adam Janicki
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snake",
    "description": "The classic JavaScript Snake recreated for easy use!",
    "version": "1.3.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": ".\/index.html",
        "default_icon": {
            "16": ".\/16.png",
            "32": ".\/32.png",
            "48": ".\/48.png",
            "128": ".\/128.png"
        }
    },
    "icons": {
        "16": ".\/16.png",
        "32": ".\/32.png",
        "48": ".\/48.png",
        "128": ".\/128.png"
    }
}