Wolfram|Alpha (Official)
Instantly query Wolfram|Alpha from any page or tab.
Wolfram|Alpha (Official)とは何ですか?
Wolfram|Alpha (Official)はhttps://wolframalpha.comによって開発されたChromeの拡張機能で、その主な機能は「Instantly query Wolfram|Alpha from any page or tab.」です。
拡張機能のスクリーンショット
Wolfram|Alpha (Official)拡張機能のCRXファイルをダウンロード
Wolfram|Alpha (Official)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
[Official Wolfram|Alpha extension.] Wolfram|Alpha is the world's definitive source for expert, computable knowledge across thousands of domains. Finance and food. Math and medicine. Stocks and spacecraft. Wordplay and weather. Whatever you want to calculate or know about, get there faster with the Wolfram|Alpha Extension for Google Chrome. You'll wonder how you got work done without it. ===FEATURES=== ✓ Wolfram|Alpha Button – Access the Wolfram|Alpha query box with just one click. You can also right-click the Wolfram|Alpha icon to change extension options. ✓ Omnibox Shortcut – Transform Chrome's omnibox into a Wolfram|Alpha query field by typing an = sign followed by a space. ✓ Context Menu Shortcut – Highlight text to create queries through a context menu (right-click) entry.
拡張機能の基本情報
名前 | Wolfram|Alpha (Official) |
ID | icncamkooinmbehmkeilcccmoljfkdhp |
公式URL | https://chromewebstore.google.com/detail/wolframalpha-official/icncamkooinmbehmkeilcccmoljfkdhp |
説明 | Instantly query Wolfram|Alpha from any page or tab. |
ファイルサイズ | 96.92 KB |
インストール数 | 170,332 |
現在のバージョン | 2.0 |
最終更新日 | 2023-10-22 |
公開日 | 2012-11-15 |
評価 | 4.38/5 合計 381 レビュー |
開発者 | https://wolframalpha.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.wolframalpha.com/downloads |
ヘルプページのURL | https://www.wolframalpha.com/contact-us |
プライバシーポリシーページのURL | https://www.wolfram.com/legal/agreements/wolframalpha-toolbar.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wolfram|Alpha (Official)", "version": "2.0", "description": "Instantly query Wolfram|Alpha from any page or tab.", "omnibox": { "keyword": "=" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/chrome-icon.png", "default_title": "Wolfram|Alpha", "default_popup": "src\/wolframalpha.html" }, "background": { "scripts": [ "src\/background.js", "src\/jquery-1.7.2.min.js" ] }, "permissions": [ "contextMenus", "tabs", "https:\/\/*.wolframalpha.com\/*", "*:\/\/wal.wolfram.com\/*" ], "manifest_version": 2 } |