Binary Converter
A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.
What is Binary Converter?
Binary Converter is a Chrome extension developed by dymkod, and its main feature is "A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.".
Extension Screenshots
Download Binary Converter Extension CRX File
Download Binary Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.
Extension Basic Information
Name | Binary Converter |
ID | nmmgiednmhaeepkimifjolpedolomdhk |
Official URL | https://chromewebstore.google.com/detail/binary-converter/nmmgiednmhaeepkimifjolpedolomdhk |
Description | A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal. |
File Size | 40.21 KB |
Installation Count | 498 |
Current Version | 1.1 |
Last Updated | 2014-02-08 |
Publish Date | 2014-02-08 |
Rating | 4.00/5 Total 5 Ratings |
Developer | dymkod |
Payment Type | free |
Supported Languages | 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 } } |