Galaxy Patrol

A fun and educational space shooting game! Toggle Between Fun and Math Mode!

What is Galaxy Patrol?

Galaxy Patrol is a Chrome extension developed by Adam Janicki, and its main feature is "A fun and educational space shooting game! Toggle Between Fun and Math Mode!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Galaxy Patrol Extension CRX File

Download Galaxy Patrol extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Galaxy Patrol is a fun arcade style game with two modes: a classic mode and a calculus mode. Every time the user loses a life in the calculus mode, they will answer a calculus question. This game can be used to aid in comprehension of basic derivatives, basic antiderivatives, and chain rule derivatives. 

Galaxy Patrol includes 5 different power ups to help you fend off any aliens with your trusty spaceship! Use coins to unlock the Ultimate Power-Up or to buy temporary abilities that last one game, such as an extra life, rapid fire, or score multiplier!

This is an extension that can easily be opened and closed from the extensions toolbar, allowing for simple play. High Score and coins are saved even when you close and reopen the extension! Have fun, and good luck!                    

Extension Basic Information

Name Galaxy Patrol Galaxy Patrol
ID dninnbjpndbbfdhhhcbhiojiecbcgddd
Official URL https://chromewebstore.google.com/detail/galaxy-patrol/dninnbjpndbbfdhhhcbhiojiecbcgddd
Description A fun and educational space shooting game! Toggle Between Fun and Math Mode!
File Size 3.92 MB
Installation Count 3,729
Current Version 3.0
Last Updated 2019-01-30
Publish Date 2019-01-30
Rating 4.86/5 Total 7 Ratings
Developer Adam Janicki
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Galaxy Patrol",
    "version": "3.0",
    "description": "A fun and educational space shooting game! Toggle Between Fun and Math Mode!",
    "icons": {
        "128": "sp128.png",
        "48": "sp48.png",
        "16": "sp16.png"
    },
    "browser_action": {
        "default_icon": "sp16.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ]
}