Wolfram|Alpha

WolframAlpha popup chrome extension

什么是Wolfram|Alpha?

Wolfram|Alpha是由Manan Shah开发的Chrome扩展程序,该扩展的主要功能是“WolframAlpha popup chrome extension”。

扩展截图

screenshot

下载Wolfram|Alpha扩展crx文件

下载Wolfram|Alpha扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Wolfram|Alpha Wolfram|Alpha
ID mbmmkblcajlffmhngcjcimgbkeeaceho
官方URL https://chromewebstore.google.com/detail/wolframalpha/mbmmkblcajlffmhngcjcimgbkeeaceho
简介 WolframAlpha popup chrome extension
文件大小 14.91 KB
安装次数 465
当前版本 0.1.0
更新时间 2014-09-19
上架时间 2014-09-18
评分 3.20/5 共5次评分
开发者 Manan Shah
付费类型 free
支持的语言 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"
    }
}