AskWolframAlpha
Use WolframAlpha to answer your questions.
什么是AskWolframAlpha?
AskWolframAlpha是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Use WolframAlpha to answer your questions.”。
扩展截图
下载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! 扩展基本信息
| 名称 | |
| ID | jnmbecdhoccgaogbdpplgihigghfhedi |
| 官方URL | 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"
}
} | |