Scientific Calculator

Just one click to activate the calculator!

Co to jest Scientific Calculator?

Scientific Calculator to rozszerzenie Chrome opracowane przez Mnwa, a jego główną funkcją jest „Just one click to activate the calculator!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Scientific Calculator

Pobierz pliki rozszerzeń Scientific Calculator 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

                        Get this extension to use the calculator now!
+ Easy to use 
+ Advanced Interface
+ Scientific calculator                    

Podstawowe informacje o rozszerzeniu

Nazwa Scientific Calculator Scientific Calculator
ID amgpghckccldgepbpghdmpjpppflkede
Oficjalny URL https://chromewebstore.google.com/detail/scientific-calculator/amgpghckccldgepbpghdmpjpppflkede
Opis Just one click to activate the calculator!
Rozmiar pliku 175 KB
Liczba instalacji 9,895
Aktualna Wersja 3.2.0.6
Ostatnia Aktualizacja 2017-09-20
Data Publikacji 2017-09-20
Ocena 3.87/5 Łącznie 31 Oceny
Deweloper Mnwa
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Mnwa/CalcForChrome-byMnwa
Adres URL Strony Pomocy https://github.com/Mnwa/CalcForChrome-byMnwa/issues
Obsługiwane Języki de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "MCalc",
    "version": "3.2.0.6",
    "description": "__MSG_extDesc__",
    "browser_action": {
        "default_title": "Calc",
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}