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"
    ]
}