Astronomy

Solve astronomy quizzes

What is Astronomy?

Astronomy is a Chrome extension developed by hasan.aljawaheri, and its main feature is "Solve astronomy quizzes".

Extension Screenshots

screenshot

Download Astronomy Extension CRX File

Download Astronomy 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

                        Solves quizzes for Astronomy                    

Extension Basic Information

Name Astronomy Astronomy
ID eeldhmamonmhkeafeeckfjabddkfakln
Official URL https://chrome.google.com/webstore/detail/astronomy/eeldhmamonmhkeafeeckfjabddkfakln
Description Solve astronomy quizzes
File Size 24.05 KB
Installation Count 25
Current Version 1.4
Last Updated 2015-04-28
Publish Date 2015-04-28
Rating 5.00/5 Total 3 Ratings
Developer hasan.aljawaheri
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Astronomy",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Solve astronomy quizzes",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "commands": {
        "save": {
            "suggested_key": {
                "default": "Shift+Ctrl+Q"
            },
            "description": "DO IT!",
            "global": true
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "",
        "commands"
    ]
}