CrunchKey

Chrome plugin to calculate expression strings realtime

CrunchKey là gì?

CrunchKey là một tiện ích mở rộng Chrome được phát triển bởi Aaron Turner, và tính năng chính của nó là "Chrome plugin to calculate expression strings realtime".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CrunchKey

Tải xuống các tệp mở rộng CrunchKey dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CrunchKey CrunchKey
ID dcdjcligfkkgogbgafjeicfmpjgcinfa
URL Chính Thức https://chromewebstore.google.com/detail/crunchkey/dcdjcligfkkgogbgafjeicfmpjgcinfa
Mô tả Chrome plugin to calculate expression strings realtime
Kích Thước Tệp 30.03 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2015-12-25
Ngày Phát Hành 2015-12-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Aaron Turner
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}