AskWolframAlpha

Use WolframAlpha to answer your questions.

What is AskWolframAlpha?

AskWolframAlpha is a Chrome extension developed by Unknown, and its main feature is "Use WolframAlpha to answer your questions.".

Extension Screenshots

screenshot

Download AskWolframAlpha Extension CRX File

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

                        This is a simple WolframAlpha extension. The user can enter their query and view the results all within the extension's pop-up window. Feedback is welcome!                    

Extension Basic Information

Name AskWolframAlpha AskWolframAlpha
ID jnmbecdhoccgaogbdpplgihigghfhedi
Official URL https://chromewebstore.google.com/detail/askwolframalpha/jnmbecdhoccgaogbdpplgihigghfhedi
Description Use WolframAlpha to answer your questions.
File Size 45.49 KB
Installation Count 305
Current Version 1.1
Last Updated 2015-03-09
Publish Date 2015-03-08
Rating 3.40/5 Total 5 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AskWolframAlpha",
    "description": "Use WolframAlpha to answer your questions.",
    "version": "1.1",
    "icons": {
        "16": "wolframAlpha16.png",
        "48": "wolframAlpha48.png",
        "128": "wolframAlpha128.png"
    },
    "permissions": [
        "http:\/\/www.wolframalpha.com\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}