Snake

Enjoy hours of fun with a classic recreation of Snake!

Snake란 무엇입니까?

Snake은(는) Jayden Galea에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enjoy hours of fun with a classic recreation of Snake!"입니다.

확장 프로그램 스크린샷

screenshot

Snake 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Enjoy hours of fun with Snake! Now modernized into a Chrome extension, you can now play a classic version of Snake in a pop-up anytime and anywhere you want!

[ Updates and Patch Notes ]

v0.1.2 :
  - Added feature when pressing 'Space' in the Main Menu or 
    Settings starts a new game.
  - Fixed some reported errors and typos in snake messages 
    every time you die.

v0.1.1 :
 - Added Adjustable Grid Sizes ranging from small to big.
 - Added a Range of different coloured variations of the snake 
   that you can change to your liking.
 - Settings are now saved even if you close the pop-up.
 - Fixed bug when closing the pop-up it wouldn't save your 
   highscore/new score.
 - Added feature when pressing 'Space' during a game will pause 
  the snake, NOTE: Your snake position and direction does NOT 
  save whenever closing the pop-up.                    

확장 프로그램 기본 정보

이름 Snake Snake
ID iglbinjjnmioekgnacipldoddlgmnccg
공식 URL https://chromewebstore.google.com/detail/snake/iglbinjjnmioekgnacipldoddlgmnccg
설명 Enjoy hours of fun with a classic recreation of Snake!
파일 크기 18.73 KB
설치 횟수 236
현재 버전 0.1.2
최근 업데이트 2022-05-14
출시 날짜 2021-06-08
평점 4.80/5 총 5 개의 평점
개발자 Jayden Galea
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.termsfeed.com/live/6fe38aeb-31d8-4610-8c6c-5cf649b9e601
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Snake",
    "version": "0.1.2",
    "description": "Enjoy hours of fun with a classic recreation of Snake!",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_popup": "index.html"
    }
}