Modern Calculator
Simple and Modern Calculator for Chrome browser.
Was ist Modern Calculator?
Modern Calculator ist eine Chrome-Erweiterung, die von master94ga entwickelt wurde, und ihr Hauptmerkmal ist "Simple and Modern Calculator for Chrome browser.".
Erweiterungsscreenshots
Modern Calculator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Modern Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Modern Calculator |
ID | fdpigloibdnkimfbebdgaaefdlkkjoha |
Offizielle URL | https://chromewebstore.google.com/detail/modern-calculator/fdpigloibdnkimfbebdgaaefdlkkjoha |
Beschreibung | Simple and Modern Calculator for Chrome browser. |
Dateigröße | 107 KB |
Installationsanzahl | 10,000 |
Aktuelle Version | 0.2 |
Letztes Update | 2016-04-08 |
Veröffentlichungsdatum | 2016-04-08 |
Bewertung | 4.36/5 Insgesamt 11 Bewertungen |
Entwickler | master94ga |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.giuseppeattanasio.me/project/#project/calculator |
Hilfeseite URL | http://www.giuseppeattanasio.me/#Contact |
Unterstützte Sprachen | 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'" } |