CrunchKey
Chrome plugin to calculate expression strings realtime
Hvad er CrunchKey?
CrunchKey er en Chrome-udvidelse udviklet af Aaron Turner, og dens hovedfunktion er "Chrome plugin to calculate expression strings realtime".
Udvidelsesskærmbilleder
Download CrunchKey-udvidelses-CRX-fil
Download CrunchKey-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dcdjcligfkkgogbgafjeicfmpjgcinfa |
| Officiel URL | https://chromewebstore.google.com/detail/crunchkey/dcdjcligfkkgogbgafjeicfmpjgcinfa |
| Beskrivelse | Chrome plugin to calculate expression strings realtime |
| Filstørrelse | 30.03 KB |
| Antal Installationer | 20 |
| Nuværende Version | 1.0.5 |
| Senest Opdateret | 2015-12-25 |
| Udgivelsesdato | 2015-12-25 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Aaron Turner |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |