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!”。
擴展截圖
下載Robotman擴展crx文件
下載Robotman擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | cjpdlmjbocfbhjgdpmfkcphkacmighmb |
官方網址 | 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" ] } |