Dogger

A Frogger Variant

什么是Dogger?

Dogger是由Integer Cafe开发的Chrome扩展程序,该扩展的主要功能是“A Frogger Variant”。

扩展截图

screenshot
screenshot
screenshot

下载Dogger扩展crx文件

下载Dogger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        [introduction]
This is a redone variant of frogger. Frogger was a old altari game. It was much loved, and had a very simple goal: You need to cross the road, and yet to the other side. Remembering that getting hit by a car means death, you need a bit of skill in order to pass this game.

Unlike a lot of my other games, You can actually Pass this game and win the game. So if you like that good feeling of actually winning, I'd suggest this.

[Controls]
Controls are simple. Every arrow key to move, With the exception of down. You may move forward, left, and right. But never down.

[Notes]
Music is by completech, It's licensed around the Creative commons. Meaning I can use it given I give full credit.

This game does not need internet, Meaning you can play it at any time.                    

扩展基本信息

名称 Dogger Dogger
ID ojepnodcmflmldfnaijclbdlheeaacpd
官方URL https://chrome.google.com/webstore/detail/dogger/ojepnodcmflmldfnaijclbdlheeaacpd
简介 A Frogger Variant
文件大小 6.9 MB
安装次数 46
当前版本 1.1
更新时间 2018-07-23
上架时间 2018-07-23
评分 1.00/5 共1次评分
开发者 Integer Cafe
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "description": "A Frogger Variant",
    "manifest_version": 2,
    "name": "Dogger",
    "permissions": [
        "activeTab"
    ],
    "version": "1.1"
}