Modern Calculator

Simple and Modern Calculator for Chrome browser.

Vad är Modern Calculator?

Modern Calculator är en Chrome-tillägg utvecklad av master94ga, och dess huvudfunktion är "Simple and Modern Calculator for Chrome browser.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

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

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

                        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.                    

Grundläggande Information om Tillägg

Namn Modern Calculator Modern Calculator
ID fdpigloibdnkimfbebdgaaefdlkkjoha
Officiell webbadress https://chromewebstore.google.com/detail/modern-calculator/fdpigloibdnkimfbebdgaaefdlkkjoha
Beskrivning Simple and Modern Calculator for Chrome browser.
Filstorlek 107 KB
Antal Installationer 10,000
Aktuell Version 0.2
Senast Uppdaterad 2016-04-08
Publiceringsdatum 2016-04-08
Betyg 4.36/5 Totalt 11 Betyg
Utvecklare master94ga
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.giuseppeattanasio.me/project/#project/calculator
Hjälpsida URL http://www.giuseppeattanasio.me/#Contact
Stödda Språk 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'"
}