CrunchKey
Chrome plugin to calculate expression strings realtime
Was ist CrunchKey?
CrunchKey ist eine Chrome-Erweiterung, die von Aaron Turner entwickelt wurde, und ihr Hauptmerkmal ist "Chrome plugin to calculate expression strings realtime".
Erweiterungsscreenshots
CrunchKey-Erweiterungs-CRX-Datei herunterladen
Laden Sie CrunchKey-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
CrunchKey is a simple text calculator that works with a press of a key, and gives your answer INSTANTLY. Built with both developers and users in mind, It strives to be a calculator that will save time editing, solving, and calculating any number crunching. Simply enter a statement and have you answer shown to you real time as it is entered.
Crunchkey supports:
Parantheses, Exponents, Roots (Nth Rooths), Multiplication, Division, Modulo (Remainders), Additon, and Subtraction
And CrunchKey offers a Key so it can be understood at a glance. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dcdjcligfkkgogbgafjeicfmpjgcinfa |
| Offizielle URL | https://chromewebstore.google.com/detail/crunchkey/dcdjcligfkkgogbgafjeicfmpjgcinfa |
| Beschreibung | Chrome plugin to calculate expression strings realtime |
| Dateigröße | 30.03 KB |
| Installationsanzahl | 20 |
| Aktuelle Version | 1.0.5 |
| Letztes Update | 2015-12-25 |
| Veröffentlichungsdatum | 2015-12-25 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Aaron Turner |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "1.0.5",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/CrunchKey16.png",
"19": "images\/CrunchKey19.png",
"48": "images\/CrunchKey48.png",
"128": "images\/CrunchKey128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"permissions": [
"storage"
],
"browser_action": {
"default_icon": {
"19": "images\/CrunchKey19.png",
"48": "images\/CrunchKey48.png"
},
"default_title": "CrunchKey",
"default_popup": "popup.html"
}
} | |