Wolfram|Alpha

WolframAlpha popup chrome extension

Qu'est-ce que Wolfram|Alpha ?

Wolfram|Alpha est une extension Chrome développée par Manan Shah, et sa fonction principale est "WolframAlpha popup chrome extension".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension 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

                        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                    

Informations de Base sur l'Extension

Nom Wolfram|Alpha Wolfram|Alpha
ID mbmmkblcajlffmhngcjcimgbkeeaceho
URL Officiel https://chromewebstore.google.com/detail/wolframalpha/mbmmkblcajlffmhngcjcimgbkeeaceho
Description WolframAlpha popup chrome extension
Taille du Fichier 14.91 KB
Nombre d'Installations 465
Version Actuelle 0.1.0
Dernière Mise à Jour 2014-09-19
Date de Publication 2014-09-18
Évaluation 3.20/5 Total 5 Évaluations
Développeur Manan Shah
Type de Paiement free
Langues Prises en Charge 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"
    }
}