Wolfram|Alpha

WolframAlpha popup chrome extension

Wolfram|Alphaคืออะไร?

Wolfram|Alpha เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Manan Shah และคุณลักษณะหลักของมันคือ "WolframAlpha popup chrome extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wolfram|Alpha

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}