Evaluate in Wolfram Alpha
Evaluates highlighted or selected text in the amazing Wolfram Alpha
Wat is Evaluate in Wolfram Alpha?
Evaluate in Wolfram Alpha is een Chrome-extensie ontwikkeld door b romney, en de belangrijkste functie is "Evaluates highlighted or selected text in the amazing Wolfram Alpha".
Extensie Screenshots
Download het CRX-bestand van de extensie Evaluate in Wolfram Alpha
Download Evaluate in Wolfram Alpha-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds a context menu item that submits highlighted or selected text for evaluation in the amazing Wolfram Alpha. Not affiliated with Wolfram in any way.
Basisinformatie over de Extensie
Naam | Evaluate in Wolfram Alpha |
ID | kphiknkjnopnoopfcmgpnahflnplpnlc |
Officiële URL | https://chromewebstore.google.com/detail/evaluate-in-wolfram-alpha/kphiknkjnopnoopfcmgpnahflnplpnlc |
Beschrijving | Evaluates highlighted or selected text in the amazing Wolfram Alpha |
Bestandsgrootte | 6.41 KB |
Aantal Installaties | 57 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2018-07-01 |
Publicatiedatum | 2018-07-01 |
Ontwikkelaar | b romney |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://bendev.bitballoon.com |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Evaluate in Wolfram Alpha", "description": "Evaluates highlighted or selected text in the amazing Wolfram Alpha", "version": "1.1", "permissions": [ "contextMenus" ], "background": { "scripts": [ "script.js" ] }, "manifest_version": 2, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |