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" } } |