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.」です。
拡張機能のスクリーンショット
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 |
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 } } |