Wolfram|Alpha
WolframAlpha popup chrome extension
Wolfram|Alphaとは何ですか?
Wolfram|AlphaはManan Shahによって開発されたChromeの拡張機能で、その主な機能は「WolframAlpha popup chrome extension」です。
拡張機能のスクリーンショット
Wolfram|Alpha拡張機能のCRXファイルをダウンロード
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 |
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" } } |