Wolfram|Alpha (Official)

Instantly query Wolfram|Alpha from any page or tab.

什么是Wolfram|Alpha (Official)?

Wolfram|Alpha (Official)是由https://wolframalpha.com开发的Chrome扩展程序,该扩展的主要功能是“Instantly query Wolfram|Alpha from any page or tab.”。

扩展截图

screenshot
screenshot
screenshot

下载Wolfram|Alpha (Official)扩展crx文件

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

扩展使用说明

                        [Official Wolfram|Alpha extension.]

Wolfram|Alpha is the world's definitive source for expert, computable knowledge across thousands of domains.

Finance and food. Math and medicine. Stocks and spacecraft. Wordplay and weather. Whatever you want to calculate or know about, get there faster with the Wolfram|Alpha Extension for Google Chrome.

You'll wonder how you got work done without it.

===FEATURES===

✓ Wolfram|Alpha Button – Access the Wolfram|Alpha query box with just one click. You can also right-click the Wolfram|Alpha icon to change extension options.

✓ Omnibox Shortcut – Transform Chrome's omnibox into a Wolfram|Alpha query field by typing an = sign followed by a space.

✓ Context Menu Shortcut – Highlight text to create queries through a context menu (right-click) entry.                    

扩展基本信息

名称 Wolfram|Alpha (Official) Wolfram|Alpha (Official)
ID icncamkooinmbehmkeilcccmoljfkdhp
官方URL https://chromewebstore.google.com/detail/wolframalpha-official/icncamkooinmbehmkeilcccmoljfkdhp
简介 Instantly query Wolfram|Alpha from any page or tab.
文件大小 96.92 KB
安装次数 170,332
当前版本 2.0
更新时间 2023-10-22
上架时间 2012-11-15
评分 4.38/5 共381次评分
开发者 https://wolframalpha.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.wolframalpha.com/downloads
帮助页面URL https://www.wolframalpha.com/contact-us
隐私政策页面URL https://www.wolfram.com/legal/agreements/wolframalpha-toolbar.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wolfram|Alpha (Official)",
    "version": "2.0",
    "description": "Instantly query Wolfram|Alpha from any page or tab.",
    "omnibox": {
        "keyword": "="
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/chrome-icon.png",
        "default_title": "Wolfram|Alpha",
        "default_popup": "src\/wolframalpha.html"
    },
    "background": {
        "scripts": [
            "src\/background.js",
            "src\/jquery-1.7.2.min.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "https:\/\/*.wolframalpha.com\/*",
        "*:\/\/wal.wolfram.com\/*"
    ],
    "manifest_version": 2
}