CrunchKey
Chrome plugin to calculate expression strings realtime
什麼是CrunchKey?
CrunchKey是由Aaron Turner開發的Chrome擴展程式,該擴展的主要功能是“Chrome plugin to calculate expression strings realtime”。
擴展截圖
下載CrunchKey擴展crx文件
下載CrunchKey擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | dcdjcligfkkgogbgafjeicfmpjgcinfa |
| 官方網址 | https://chromewebstore.google.com/detail/crunchkey/dcdjcligfkkgogbgafjeicfmpjgcinfa |
| 簡介 | Chrome plugin to calculate expression strings realtime |
| 檔案大小 | 30.03 KB |
| 安裝次數 | 20 |
| 目前版本 | 1.0.5 |
| 更新時間 | 2015-12-25 |
| 上架時間 | 2015-12-25 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | Aaron Turner |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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"
}
} | |