Quick Calculator by Fedmich
Quick Calculator for Google Chrome™.
Was ist Quick Calculator by Fedmich?
Quick Calculator by Fedmich ist eine Chrome-Erweiterung, die von https://calculatorchrome.com entwickelt wurde, und ihr Hauptmerkmal ist "Quick Calculator for Google Chrome™.".
Erweiterungsscreenshots
Quick Calculator by Fedmich-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quick Calculator by Fedmich-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
Quick Calculator for Google Chrome Browser is a simple calculator which help you compute the total SUM of your numbers. Just enter 1 number per line and the answer will show up below. It's a fast and quick way to compute & crunch the numbers. Let the App do the MATH for you :)
Grundlegende Informationen zur Erweiterung
Name | Quick Calculator by Fedmich |
ID | aapkdhkodcbnmglllnoofpojfajbogdm |
Offizielle URL | https://chromewebstore.google.com/detail/quick-calculator-by-fedmi/aapkdhkodcbnmglllnoofpojfajbogdm |
Beschreibung | Quick Calculator for Google Chrome™. |
Dateigröße | 122 KB |
Installationsanzahl | 149 |
Aktuelle Version | 0.2.7 |
Letztes Update | 2013-09-27 |
Veröffentlichungsdatum | 2013-09-26 |
Bewertung | 3.00/5 Insgesamt 5 Bewertungen |
Entwickler | https://calculatorchrome.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://calculatorchrome.com |
Hilfeseite URL | http://calculatorchrome.com |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Calculator by Fedmich", "version": "0.2.7", "manifest_version": 2, "description": "Quick Calculator for Google Chrome\u2122.", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "scripts": [ "js\/background.min.js" ] }, "omnibox": { "keyword": "calc" }, "browser_action": { "default_icon": "img\/icon_16.png", "default_title": "Calculator", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "storage", "http:\/\/calculatorchrome.com\/*" ], "options_page": "options.html", "offline_enabled": true } |