Dec-Bin-Hex Converter

This extension helps in converting between decimal,binary and hexadecimal big numbers

Dec-Bin-Hex Converter là gì?

Dec-Bin-Hex Converter là một tiện ích mở rộng Chrome được phát triển bởi raghuveersagar.appdev, và tính năng chính của nó là "This extension helps in converting between decimal,binary and hexadecimal big numbers".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dec-Bin-Hex Converter

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

                        Dec-Bin-Hex Converter is for programmers,cryptographers,network engineers who need a number base converter for debugging codes or verifying encryption decryption or reading and understanding hex dumps.It can handle upto 2048 bits.

It runs client side so response is quick.It can handle big numbers.It provides push button copy.

If you have any issues or suggestions send an email to [email protected].                    

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

Tên Dec-Bin-Hex Converter Dec-Bin-Hex Converter
ID ekpmhbdmofhgphjjbejkefeaebflacog
URL Chính Thức https://chromewebstore.google.com/detail/dec-bin-hex-converter/ekpmhbdmofhgphjjbejkefeaebflacog
Mô tả This extension helps in converting between decimal,binary and hexadecimal big numbers
Kích Thước Tệp 572 KB
Số Lần Cài Đặt 741
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2018-05-31
Ngày Phát Hành 2018-05-31
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển raghuveersagar.appdev
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": "Dec-Bin-Hex Converter",
    "description": "This extension helps in converting between decimal,binary and hexadecimal big numbers",
    "version": "0.0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "baseCalculator.html"
    },
    "permissions": [
        "activeTab"
    ]
}