AskWolframAlpha

Use WolframAlpha to answer your questions.

什麼是AskWolframAlpha?

AskWolframAlpha是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Use WolframAlpha to answer your questions.”。

擴展截圖

screenshot

下載AskWolframAlpha擴展crx文件

下載AskWolframAlpha擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 AskWolframAlpha AskWolframAlpha
ID jnmbecdhoccgaogbdpplgihigghfhedi
官方網址 https://chromewebstore.google.com/detail/askwolframalpha/jnmbecdhoccgaogbdpplgihigghfhedi
簡介 Use WolframAlpha to answer your questions.
檔案大小 45.49 KB
安裝次數 305
目前版本 1.1
更新時間 2015-03-09
上架時間 2015-03-08
評分 3.40/5 共 5 次評分
開發者 Unknown
付費類型 free
支援的語言 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"
    }
}