Snake
The authentic snake game in a popup.
Snake란 무엇입니까?
Snake은(는) alla.sorochann에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The authentic snake game in a popup."입니다.
확장 프로그램 스크린샷
Snake 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The authentic snake game in a popup. This extension allows you - the user, to play snake, whenever and wherever you want, without having to open a new window. Also, unlike many other options out there, this extension saves your highscore, so that you dont have to remember that really good score when youre gonna tell all your friends about it. We are proud to publish the popup version of Snake (Kristian Games version) on the chrome webstore.
확장 프로그램 기본 정보
이름 | |
ID | ilejgclbbbhiecfpkgpecodahkbgfgco |
공식 URL | https://chrome.google.com/webstore/detail/snake/ilejgclbbbhiecfpkgpecodahkbgfgco |
설명 | The authentic snake game in a popup. |
파일 크기 | 6.5 KB |
설치 횟수 | 358 |
현재 버전 | 3.11.2021.1 |
최근 업데이트 | 2021-11-04 |
출시 날짜 | 2021-11-04 |
개발자 | alla.sorochann |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snake", "short_name": "Snake", "version": "3.11.2021.1", "description": "The authentic snake game in a popup.", "icons": { "16": "images\/head.png", "48": "images\/head.png", "128": "images\/head.png" }, "browser_action": { "default_icon": "images\/head.png", "default_popup": "index.html" }, "offline_enabled": true, "manifest_version": 2 } |