Chrome Snake

Play snake at anytime just by opening a new tab

Chrome Snake란 무엇입니까?

Chrome Snake은(는) simon.bruno.77에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play snake at anytime just by opening a new tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Chrome Snake allows you to play with the greatest classic video game ever.
Just open a new tab and have fun.

You can change the initial speed, the color (light or dark) and time display.

Don't want to play ? Just sit and watch the computer ​​playing for you.

UPDATE 1.1 :
Adding link to get back to the normal Chrome new tab page                    

확장 프로그램 기본 정보

이름 Chrome Snake Chrome Snake
ID cbdobfnjgnmlcajcamdfjeofmnecepdl
공식 URL https://chromewebstore.google.com/detail/chrome-snake/cbdobfnjgnmlcajcamdfjeofmnecepdl
설명 Play snake at anytime just by opening a new tab
파일 크기 45.28 KB
설치 횟수 10,000
현재 버전 1.1
최근 업데이트 2018-03-09
출시 날짜 2018-03-09
평점 2.41/5 총 522 개의 평점
개발자 simon.bruno.77
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Snake",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Play snake at anytime just by opening a new tab",
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}