Binary Converter

A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.

什么是Binary Converter?

Binary Converter是由dymkod开发的Chrome扩展程序,该扩展的主要功能是“A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.”。

扩展截图

screenshot

下载Binary Converter扩展crx文件

下载Binary Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.                    

扩展基本信息

名称 Binary Converter Binary Converter
ID nmmgiednmhaeepkimifjolpedolomdhk
官方URL https://chromewebstore.google.com/detail/binary-converter/nmmgiednmhaeepkimifjolpedolomdhk
简介 A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.
文件大小 40.21 KB
安装次数 498
当前版本 1.1
更新时间 2014-02-08
上架时间 2014-02-08
评分 4.00/5 共5次评分
开发者 dymkod
付费类型 free
支持的语言 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
    }
}