Calculator+

A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.

Calculator+ là gì?

Calculator+ là một tiện ích mở rộng Chrome được phát triển bởi https://www.mataskairaitis.com, và tính năng chính của nó là "A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Calculator+ 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

                        Calculator+ is a simple extension for chrome designed for making quick calculations on the fly. Does not require an internet connection once installed.

How to use:
   Install the extension.
   Click the calculator icon in the top right corner of your browser.

Hotkeys:
   Enter: Submits calculation
   =: Submits calculation
   C: deletes everything

Calculator+ is completely free & open source.

You may find the source at: http://www.mataskairaitis.com/calculator                    

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

Tên Calculator+ Calculator+
ID pmjjijdigbmcgnmkmgkcboemdggjgpog
URL Chính Thức https://chromewebstore.google.com/detail/calculator+/pmjjijdigbmcgnmkmgkcboemdggjgpog
Mô tả A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.
Kích Thước Tệp 134 KB
Số Lần Cài Đặt 1,641
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-09-15
Ngày Phát Hành 2014-09-15
Đánh Giá 4.73/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://www.mataskairaitis.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.mataskairaitis.com/calculator
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Calculator+",
    "description": "A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.",
    "version": "1.0",
    "author": "Matas Kairaitis",
    "browser_action": {
        "default_title": "Calculator+",
        "default_icon": "images\/icon.png",
        "default_popup": "calculator.html"
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    }
}