Wolfram|Alpha
WolframAlpha popup chrome extension
What is Wolfram|Alpha?
Wolfram|Alpha is a Chrome extension developed by Manan Shah, and its main feature is "WolframAlpha popup chrome extension".
Extension Screenshots
Download Wolfram|Alpha Extension CRX File
Download 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
Wolfram|Alpha is a simple popup Chrome extension that allows users to enter input in the box provided without accessing the webpage. The extension queries the Wolfram|Alpha database and returns results in its own message area without redirecting to a separate website. Searches are cached for later runs and are performed as efficiently as possible.
This extension is not in any way affiliated with or endorsed by the Wolfram|Alpha Computational Knowledge Engine.
Version Log
0.1.0
Initial release
Working extension/queries successful Extension Basic Information
| Name | |
| ID | mbmmkblcajlffmhngcjcimgbkeeaceho |
| Official URL | https://chromewebstore.google.com/detail/wolframalpha/mbmmkblcajlffmhngcjcimgbkeeaceho |
| Description | WolframAlpha popup chrome extension |
| File Size | 14.91 KB |
| Installation Count | 465 |
| Current Version | 0.1.0 |
| Last Updated | 2014-09-19 |
| Publish Date | 2014-09-18 |
| Rating | 3.20/5 Total 5 Ratings |
| Developer | Manan Shah |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Wolfram|Alpha",
"version": "0.1.0",
"manifest_version": 2,
"description": "WolframAlpha popup chrome extension",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/chromereload.js",
"scripts\/background.js"
]
},
"permissions": [
"http:\/\/www.wolframalpha.com\/*"
],
"browser_action": {
"default_icon": ".\/images\/icon-16.png",
"default_popup": ".\/scripts\/display.html"
}
} | |