Percent Change Calculator

Quick and simple way to calculate percent changes.

Τι είναι το Percent Change Calculator;

Το Percent Change Calculator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://nicomiceli.com, και η κύρια λειτουργία του είναι "Quick and simple way to calculate percent changes.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Percent Change Calculator

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

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

                        The Percent Change Calculator lets you easily calculate percentages in only one step and without having to use any formulas.

I built this extension to help me and my team with quick calculations during reporting and other times we need to compare traffic or other metrics. There are no bells or whistles in this app. It's lightweight and just calculates percentages in the three most common ways. The interface is written in regular English so it is not complicated trying to figure out where to put the different numbers.  

For example, below are calculations it accepts: 

The percent change from 10 to 15 is 50%
10% of 100 of 10
10 is 10% of 100

Feedback is always appreciated! You can reach out to me on twitter @nicomiceli or Gplus Google.com/+NicoMiceli                    

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

Όνομα Percent Change Calculator Percent Change Calculator
ID afknfpdgpnhpbdcdnknlmbcddhfemdeb
Επίσημο URL https://chromewebstore.google.com/detail/percent-change-calculator/afknfpdgpnhpbdcdnknlmbcddhfemdeb
Περιγραφή Quick and simple way to calculate percent changes.
Μέγεθος Αρχείου 578 KB
Αριθμός Εγκαταστάσεων 1,729
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2014-02-09
Ημερομηνία Δημοσίευσης 2014-02-09
Αξιολόγηση 4.50/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://nicomiceli.com
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας http://nicomiceli.com/percent-change-calculator/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Percent Change Calculator",
    "version": "0.0.3",
    "description": "Quick and simple way to calculate percent changes.",
    "browser_action": {
        "default_title": "Calculate Some Percentages!",
        "default_icon": "img\/percent-change-icon19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "img\/percent-change-icon48.png",
        "128": "img\/percent-change-icon128.png"
    },
    "author": "@NicoMiceli",
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}