Binary Converter
A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.
Binary Converter là gì?
Binary Converter là một tiện ích mở rộng Chrome được phát triển bởi dymkod, và tính năng chính của nó là "A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Binary Converter
Tải xuống các tệp mở rộng Binary 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
A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Binary Converter |
ID | nmmgiednmhaeepkimifjolpedolomdhk |
URL Chính Thức | https://chromewebstore.google.com/detail/binary-converter/nmmgiednmhaeepkimifjolpedolomdhk |
Mô tả | A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal. |
Kích Thước Tệp | 40.21 KB |
Số Lần Cài Đặt | 498 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2014-02-08 |
Ngày Phát Hành | 2014-02-08 |
Đánh Giá | 4.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | dymkod |
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": "Binary Converter", "description": "A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.", "version": "1.1", "browser_action": { "default_icon": "iconfinder_calc.png", "default_popup": "main.html" }, "background": { "scripts": [ "main.js" ], "persistent": false } } |