Evaluate in Wolfram Alpha

Evaluates highlighted or selected text in the amazing Wolfram Alpha

Qu'est-ce que Evaluate in Wolfram Alpha ?

Evaluate in Wolfram Alpha est une extension Chrome développée par b romney, et sa fonction principale est "Evaluates highlighted or selected text in the amazing Wolfram Alpha".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Evaluate in Wolfram Alpha

Téléchargez les fichiers d'extension Evaluate in Wolfram Alpha au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Evaluate in Wolfram Alpha Evaluate in Wolfram Alpha
ID kphiknkjnopnoopfcmgpnahflnplpnlc
URL Officiel https://chromewebstore.google.com/detail/evaluate-in-wolfram-alpha/kphiknkjnopnoopfcmgpnahflnplpnlc
Description Evaluates highlighted or selected text in the amazing Wolfram Alpha
Taille du Fichier 6.41 KB
Nombre d'Installations 57
Version Actuelle 1.1
Dernière Mise à Jour 2018-07-01
Date de Publication 2018-07-01
Développeur b romney
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://bendev.bitballoon.com
Langues Prises en Charge 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'"
}