Calculator Button

My Online Calculator Button

Co to jest Calculator Button?

Calculator Button to rozszerzenie Chrome opracowane przez BeVegan, a jego główną funkcją jest „My Online Calculator Button”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Calculator Button

Pobierz pliki rozszerzeń Calculator Button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Calculator Button Calculator Button
ID ibjednfgajknahjpfoafmeiehmeaofnc
Oficjalny URL https://chromewebstore.google.com/detail/calculator-button/ibjednfgajknahjpfoafmeiehmeaofnc
Opis My Online Calculator Button
Rozmiar pliku 104 KB
Liczba instalacji 1,025
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2013-10-01
Data Publikacji 2013-10-01
Ocena 3.90/5 Łącznie 20 Oceny
Deweloper BeVegan
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://my-online-calculator.com
Obsługiwane Języki 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';"
}