Modern Calculator

Simple and Modern Calculator for Chrome browser.

Co to jest Modern Calculator?

Modern Calculator to rozszerzenie Chrome opracowane przez master94ga, a jego główną funkcją jest „Simple and Modern Calculator for Chrome browser.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Modern Calculator

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

                        Modern Calculator is a simple and well made extension that open the calculator when you click on the icon.

The calculator have three different style that you can chose from the settings page, you can choose also the size, the options are small, medium and big.

Let me know if you like it, if all work correctly and all types of feedback are apprecieted.                    

Podstawowe informacje o rozszerzeniu

Nazwa Modern Calculator Modern Calculator
ID fdpigloibdnkimfbebdgaaefdlkkjoha
Oficjalny URL https://chromewebstore.google.com/detail/modern-calculator/fdpigloibdnkimfbebdgaaefdlkkjoha
Opis Simple and Modern Calculator for Chrome browser.
Rozmiar pliku 107 KB
Liczba instalacji 10,000
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2016-04-08
Data Publikacji 2016-04-08
Ocena 4.36/5 Łącznie 11 Oceny
Deweloper master94ga
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.giuseppeattanasio.me/project/#project/calculator
Adres URL Strony Pomocy http://www.giuseppeattanasio.me/#Contact
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Modern Calculator",
    "options_page": "settings.html",
    "description": "Simple and Modern Calculator for Chrome browser.",
    "version": "0.2",
    "permissions": [
        "storage"
    ],
    "icons": {
        "19": "img\/19.png",
        "48": "img\/48.png",
        "38": "img\/38.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": "img\/48.png",
        "default_title": "Open Calculator!",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}