Dec-Bin-Hex Converter

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

什么是Dec-Bin-Hex Converter?

Dec-Bin-Hex Converter是由raghuveersagar.appdev开发的Chrome扩展程序,该扩展的主要功能是“This extension helps in converting between decimal,binary and hexadecimal big numbers”。

扩展截图

screenshot

下载Dec-Bin-Hex Converter扩展crx文件

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

扩展使用说明

                        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].                    

扩展基本信息

名称 Dec-Bin-Hex Converter Dec-Bin-Hex Converter
ID ekpmhbdmofhgphjjbejkefeaebflacog
官方URL https://chromewebstore.google.com/detail/dec-bin-hex-converter/ekpmhbdmofhgphjjbejkefeaebflacog
简介 This extension helps in converting between decimal,binary and hexadecimal big numbers
文件大小 572 KB
安装次数 741
当前版本 0.0.3
更新时间 2018-05-31
上架时间 2018-05-31
评分 5.00/5 共10次评分
开发者 raghuveersagar.appdev
付费类型 free
支持的语言 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"
    ]
}