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
官方網址 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"
    }
}