Percentage Calculator

Percent off calculator

Vad är Percentage Calculator?

Percentage Calculator är en Chrome-tillägg utvecklad av https://percent-of.com, och dess huvudfunktion är "Percent off calculator".

Tilläggsskärmbilder

screenshot

Ladda ner Percentage Calculator-förlängningens CRX-fil

Ladda ner Percentage Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Calculate percentage of X, quick & simple.

With this simple-to-use widget you can calculate percentages in no-time.                    

Grundläggande Information om Tillägg

Namn Percentage Calculator Percentage Calculator
ID oljlnajhfdpmegfdfpoagljapbphlmlb
Officiell webbadress https://chromewebstore.google.com/detail/percentage-calculator/oljlnajhfdpmegfdfpoagljapbphlmlb
Beskrivning Percent off calculator
Filstorlek 149 KB
Antal Installationer 86
Aktuell Version 1
Senast Uppdaterad 2018-06-18
Publiceringsdatum 2018-06-18
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare https://percent-of.com
Betalningssätt free
Tilläggswebbplats https://percent-of.com/
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Percentage Calculator",
    "description": "Percent off calculator",
    "version": "1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.3.1.min.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/icon.png"
    }
}