Percentage Calculator

Calculate percentages based on inputs such as ratios, fractions, grades and percentage increase/decrease.

Co je Percentage Calculator?

Percentage Calculator je rozšíření Chrome vyvinuté FinMasters, a jeho hlavní funkcí je „Calculate percentages based on inputs such as ratios, fractions, grades and percentage increase/decrease.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Percentage Calculator

Stáhněte si soubory rozšíření Percentage Calculator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Use our percentage calculator to quickly and easily calculate percentages based on inputs such as ratios, fractions, grades and percentage increase/decrease.                    

Základní Informace o Rozšíření

Název Percentage Calculator Percentage Calculator
ID hgcanifcmjcjhkcflilohfglppcdlbgo
Oficiální URL https://chromewebstore.google.com/detail/percentage-calculator/hgcanifcmjcjhkcflilohfglppcdlbgo
Popis Calculate percentages based on inputs such as ratios, fractions, grades and percentage increase/decrease.
Velikost souboru 13.67 KB
Počet instalací 191
Aktuální Verze 1.0.1
Poslední Aktualizace 2021-01-12
Datum Vydání 2020-12-21
Vývojář FinMasters
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.finmasters.com
URL Stránky Nápovědy https://finmasters.com/contact/
URL Stránky Zásad Ochrany Soukromí https://finmasters.com/privacy-policy
Podporované Jazyky en-US
manifest.json
{
    "manifest_version": 2,
    "name": "Percentage Calculator",
    "description": "Calculate percentages based on inputs such as ratios, fractions, grades and percentage increase\/decrease.",
    "version": "1.0.1",
    "version_name": "1.0.1",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Percentage Calculator"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "offline_enabled": true,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}