CrunchKey

Chrome plugin to calculate expression strings realtime

CrunchKeyคืออะไร?

CrunchKey เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aaron Turner และคุณลักษณะหลักของมันคือ "Chrome plugin to calculate expression strings realtime"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CrunchKey

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CrunchKey CrunchKey
ID dcdjcligfkkgogbgafjeicfmpjgcinfa
URL อย่างเป็นทางการ 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"
    }
}