Wolfram|Alpha
WolframAlpha popup chrome extension
Was ist Wolfram|Alpha?
Wolfram|Alpha ist eine Chrome-Erweiterung, die von Manan Shah entwickelt wurde, und ihr Hauptmerkmal ist "WolframAlpha popup chrome extension".
Erweiterungsscreenshots
Wolfram|Alpha-Erweiterungs-CRX-Datei herunterladen
Laden Sie Wolfram|Alpha-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Wolfram|Alpha |
ID | mbmmkblcajlffmhngcjcimgbkeeaceho |
Offizielle URL | https://chromewebstore.google.com/detail/wolframalpha/mbmmkblcajlffmhngcjcimgbkeeaceho |
Beschreibung | WolframAlpha popup chrome extension |
Dateigröße | 14.91 KB |
Installationsanzahl | 465 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2014-09-19 |
Veröffentlichungsdatum | 2014-09-18 |
Bewertung | 3.20/5 Insgesamt 5 Bewertungen |
Entwickler | Manan Shah |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |