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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
[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 |
이메일 | [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 } |