Percentage Calculator

Perform basic percentage calculations easily.

Qu'est-ce que Percentage Calculator ?

Percentage Calculator est une extension Chrome développée par bobbyrne01, et sa fonction principale est "Perform basic percentage calculations easily.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Percentage Calculator

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

                        Users can perform the following percentage calculations:

- What is X% of Y
- X is what % of Y
- % increase/decrease from X to Y
- X + Y%
- X - Y%
- X * Y%
- X / Y%

Donations

Please consider a small donation for continued development ..

Paypal: https://www.paypal.me/bobbyrne01

Bitcoin: 1NGQPRW2VytN1n1M2Tcs7rpR6uzVLxMs2C

Open source
Released under GNU GPL v3 license ..
https://github.com/bobbyrne01/percentage-calculator-chrome                    

Informations de Base sur l'Extension

Nom Percentage Calculator Percentage Calculator
ID giofgfbcmecmaelgcomeaaglmlgdnnni
URL Officiel https://chromewebstore.google.com/detail/percentage-calculator/giofgfbcmecmaelgcomeaaglmlgdnnni
Description Perform basic percentage calculations easily.
Taille du Fichier 19.33 KB
Nombre d'Installations 2,268
Version Actuelle 0.1.0
Dernière Mise à Jour 2020-02-12
Date de Publication 2020-02-12
Évaluation 4.80/5 Total 10 Évaluations
Développeur bobbyrne01
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Percentage Calculator",
    "description": "Perform basic percentage calculations easily.",
    "version": "0.1.0",
    "browser_action": {
        "default_title": "Open UI (Percentage Calculator)",
        "default_popup": "data\/html\/view.html"
    },
    "icons": {
        "64": "data\/images\/ico-64.png"
    },
    "manifest_version": 2
}