Kalkulator

This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!

Kalkulator là gì?

Kalkulator là một tiện ích mở rộng Chrome được phát triển bởi 2K inc., và tính năng chính của nó là "This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!".

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

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

                        This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature! By 2K inc, and spelled with two K's. 

Also try 2K inc.'s other AWESOME extensions!

--Trick or Treat! ^_^: A fun game for all ages. A fun clicker where you can collect trillions of candy to buy jobs and increase your multiplier to get even more!

--Fidget Tab: Bored of your lame New Tab? We've made a New Tab extension that you can fidget with!                    

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

Tên Kalkulator Kalkulator
ID ilidgdcdnofmfpmkmbhoemmdmgkjgfcb
URL Chính Thức https://chrome.google.com/webstore/detail/kalkulator/ilidgdcdnofmfpmkmbhoemmdmgkjgfcb
Mô tả This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!
Kích Thước Tệp 70.06 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2018-05-27
Ngày Phát Hành 2018-05-27
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển 2K inc.
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kalkulator",
    "short_name": "Kalk",
    "description": "This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!",
    "version": "1.1.4",
    "browser_action": {
        "default_icon": "kalk_icon.png",
        "default_popup": "calc.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Open Kalkulator with ctrl+shift+k"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}