AskWolframAlpha

Use WolframAlpha to answer your questions.

AskWolframAlphaคืออะไร?

AskWolframAlpha เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Use WolframAlpha to answer your questions."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}