Wolfram|Alpha

WolframAlpha popup chrome extension

Wolfram|Alpha là gì?

Wolfram|Alpha là một tiện ích mở rộng Chrome được phát triển bởi Manan Shah, và tính năng chính của nó là "WolframAlpha popup chrome extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wolfram|Alpha

Tải xuống các tệp mở rộng Wolfram|Alpha dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wolfram|Alpha Wolfram|Alpha
ID mbmmkblcajlffmhngcjcimgbkeeaceho
URL Chính Thức https://chromewebstore.google.com/detail/wolframalpha/mbmmkblcajlffmhngcjcimgbkeeaceho
Mô tả WolframAlpha popup chrome extension
Kích Thước Tệp 14.91 KB
Số Lần Cài Đặt 465
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2014-09-19
Ngày Phát Hành 2014-09-18
Đánh Giá 3.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Manan Shah
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}