Smart Calc

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

Τι είναι το Smart Calc;

Το Smart Calc είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον andersonfetter, και η κύρια λειτουργία του είναι "Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Smart Calc

Λήψη αρχείων επέκτασης Smart Calc σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Smart Calc Smart Calc
ID kbmdekffinpekjapcpgchgpkfokklaaj
Επίσημο URL https://chromewebstore.google.com/detail/smart-calc/kbmdekffinpekjapcpgchgpkfokklaaj
Περιγραφή Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.
Μέγεθος Αρχείου 35.43 KB
Αριθμός Εγκαταστάσεων 25
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2016-04-27
Ημερομηνία Δημοσίευσης 2016-04-27
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής andersonfetter
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://www.afetter.com/license
Υποστηριζόμενες Γλώσσες 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
    }
}