Wolfram|Alpha
WolframAlpha popup chrome extension
Wolfram|Alpha란 무엇입니까?
Wolfram|Alpha은(는) Manan Shah에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WolframAlpha popup chrome extension"입니다.
확장 프로그램 스크린샷
Wolfram|Alpha 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 확장 프로그램 기본 정보
| 이름 | |
| 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"
}
} | |