Calculator Button

My Online Calculator Button

Vad är Calculator Button?

Calculator Button är en Chrome-tillägg utvecklad av BeVegan, och dess huvudfunktion är "My Online Calculator Button".

Tilläggsskärmbilder

screenshot
screenshot

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

Ladda ner Calculator Button-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

                        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äggande Information om Tillägg

Namn Calculator Button Calculator Button
ID ibjednfgajknahjpfoafmeiehmeaofnc
Officiell webbadress https://chromewebstore.google.com/detail/calculator-button/ibjednfgajknahjpfoafmeiehmeaofnc
Beskrivning My Online Calculator Button
Filstorlek 104 KB
Antal Installationer 1,025
Aktuell Version 1.0
Senast Uppdaterad 2013-10-01
Publiceringsdatum 2013-10-01
Betyg 3.90/5 Totalt 20 Betyg
Utvecklare BeVegan
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://my-online-calculator.com
Stödda Språk 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';"
}