CrunchKey
Chrome plugin to calculate expression strings realtime
Cos'è CrunchKey?
CrunchKey è un'estensione di Chrome sviluppata da Aaron Turner, e la sua funzione principale è "Chrome plugin to calculate expression strings realtime".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CrunchKey
Scarica i file di estensione CrunchKey in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | dcdjcligfkkgogbgafjeicfmpjgcinfa |
| URL Ufficiale | https://chromewebstore.google.com/detail/crunchkey/dcdjcligfkkgogbgafjeicfmpjgcinfa |
| Descrizione | Chrome plugin to calculate expression strings realtime |
| Dimensione del File | 30.03 KB |
| Conteggio Installazioni | 20 |
| Versione Corrente | 1.0.5 |
| Ultimo Aggiornamento | 2015-12-25 |
| Data di Pubblicazione | 2015-12-25 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Aaron Turner |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |