Calculator Button

My Online Calculator Button

Hvad er Calculator Button?

Calculator Button er en Chrome-udvidelse udviklet af BeVegan, og dens hovedfunktion er "My Online Calculator Button".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Calculator Button-udvidelses-CRX-fil

Download Calculator Button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Certainly in everyday life, you come across such a situation, what you needed to perform some mathematical operations to produce a financial settlement, for example, when calculating the profitability of bank deposit or how suitable mortgage for the conditions at hand and at that time was not an ordinary electronic calculator or special programs? In such a case, you will be indispensable this convenient and easy-to-use Online Calculator Button.

Stay with us and we can help!                    

Grundlæggende oplysninger om udvidelsen

Navn Calculator Button Calculator Button
ID ibjednfgajknahjpfoafmeiehmeaofnc
Officiel URL https://chromewebstore.google.com/detail/calculator-button/ibjednfgajknahjpfoafmeiehmeaofnc
Beskrivelse My Online Calculator Button
Filstørrelse 104 KB
Antal Installationer 1,025
Nuværende Version 1.0
Senest Opdateret 2013-10-01
Udgivelsesdato 2013-10-01
Bedømmelse 3.90/5 Samlet 20 Bedømmelser
Udvikler BeVegan
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://my-online-calculator.com
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Calculator Button",
    "description": "My Online Calculator Button",
    "manifest_version": 2,
    "version": "1.0",
    "background": {
        "page": "index.html"
    },
    "icons": {
        "128": "clock.png"
    },
    "browser_action": [],
    "web_accessible_resources": [
        "clock.png",
        "clock_16.png",
        "js.js",
        "style.css"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'unsafe-eval';"
}