Smart Calc

Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.

Qu'est-ce que Smart Calc ?

Smart Calc est une extension Chrome développée par andersonfetter, et sa fonction principale est "Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Smart Calc

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

                        This is a simple way to make math. Highlighting text in any website. The default function is sum, but you can easely change it jut press the other function (+, -, /, *). On the icon the color indicates which function is selected. For the most advanced users you can edit by yourself the equations by using the pop up page.                    

Informations de Base sur l'Extension

Nom Smart Calc Smart Calc
ID kbmdekffinpekjapcpgchgpkfokklaaj
URL Officiel https://chromewebstore.google.com/detail/smart-calc/kbmdekffinpekjapcpgchgpkfokklaaj
Description Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.
Taille du Fichier 35.43 KB
Nombre d'Installations 25
Version Actuelle 1.0
Dernière Mise à Jour 2016-04-27
Date de Publication 2016-04-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur andersonfetter
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://www.afetter.com/license
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Calc",
    "description": "Select number in the web page and automatically (+, -, \/, *) with the previous values. Also you can edit the function by your own.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}