Evaluate in Wolfram Alpha

Evaluates highlighted or selected text in the amazing Wolfram Alpha

What is Evaluate in Wolfram Alpha?

Evaluate in Wolfram Alpha is a Chrome extension developed by b romney, and its main feature is "Evaluates highlighted or selected text in the amazing Wolfram Alpha".

Extension Screenshots

screenshot

Download Evaluate in Wolfram Alpha Extension CRX File

Download Evaluate in Wolfram Alpha 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

                        Adds a context menu item that submits highlighted or selected text for evaluation in the amazing Wolfram Alpha. 

Not affiliated with Wolfram in any way.                    

Extension Basic Information

Name Evaluate in Wolfram Alpha Evaluate in Wolfram Alpha
ID kphiknkjnopnoopfcmgpnahflnplpnlc
Official URL https://chromewebstore.google.com/detail/evaluate-in-wolfram-alpha/kphiknkjnopnoopfcmgpnahflnplpnlc
Description Evaluates highlighted or selected text in the amazing Wolfram Alpha
File Size 6.41 KB
Installation Count 57
Current Version 1.1
Last Updated 2018-07-01
Publish Date 2018-07-01
Developer b romney
Email [email protected]
Payment Type free
Extension Website http://bendev.bitballoon.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Evaluate in Wolfram Alpha",
    "description": "Evaluates highlighted or selected text in the amazing Wolfram Alpha",
    "version": "1.1",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}