Robotman

Play Robotman. It's like Flappy Bird, but with robots!

Robotman란 무엇입니까?

Robotman은(는) Nick Weseman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play Robotman. It's like Flappy Bird, but with robots!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Help Robotman navigate through obstacles with increasing difficulty.  A highly addictive game inspired by the insanely popular flappy bird iphone game.  

This game is for anyone who played flappy bird and thought, the only thing this is missing is ROBOTS!

Try to beat your high score!  High scores are saved between sessions - even if you restart your browser or your computer.

Update:  Added new blue walls.

This game is open source.  Code is available at:
https://github.com/nickweseman/robotman

Icons made by Lorc. Available on http://game-icons.net
Background created by Freepik                    

확장 프로그램 기본 정보

이름 Robotman Robotman
ID cjpdlmjbocfbhjgdpmfkcphkacmighmb
공식 URL https://chromewebstore.google.com/detail/robotman/cjpdlmjbocfbhjgdpmfkcphkacmighmb
설명 Play Robotman. It's like Flappy Bird, but with robots!
파일 크기 196 KB
설치 횟수 11,025
현재 버전 2.0
최근 업데이트 2017-05-13
출시 날짜 2017-05-12
평점 5.00/5 총 6 개의 평점
개발자 Nick Weseman
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Robotman",
    "short_name": "Robotman",
    "description": "Play Robotman.  It's like Flappy Bird, but with robots!",
    "version": "2.0",
    "author": "Nick Weseman",
    "minimum_chrome_version": "23",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Robotman",
        "default_icon": "img\/icon_16.png"
    },
    "permissions": [
        "storage"
    ]
}