Hexadecimal Address Calculator
Return 8 digit hex sum given base hexadecimal address and an off in hexadecimal or decimal.
什么是Hexadecimal Address Calculator?
Hexadecimal Address Calculator是由hexdecadder开发的Chrome扩展程序,该扩展的主要功能是“Return 8 digit hex sum given base hexadecimal address and an off in hexadecimal or decimal.”。
扩展截图
下载Hexadecimal Address Calculator扩展crx文件
下载Hexadecimal Address Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Return 8 digit hex sum given base hexadecimal address and an off in hexadecimal or decimal. Useful for embedded program debugging such as the Altera Nios II. Now you don't have to convert your offset from decimal to hex to plug into a calculator. Additionally you can have negative offsets simply by your offset value. Raise issues or PRs on github: https://github.com/usernameisntallowed/HexadecimalDecimalAddressChromeExtension
扩展基本信息
名称 | Hexadecimal Address Calculator |
ID | ddgfmjlfgfnpifbkidknbbilaennbbpo |
官方URL | https://chromewebstore.google.com/detail/hexadecimal-address-calcu/ddgfmjlfgfnpifbkidknbbilaennbbpo |
简介 | Return 8 digit hex sum given base hexadecimal address and an off in hexadecimal or decimal. |
文件大小 | 6.71 KB |
安装次数 | 140 |
当前版本 | 0.0.0.3 |
更新时间 | 2018-05-03 |
上架时间 | 2018-05-03 |
开发者 | hexdecadder |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/usernameisntallowed/HexadecimalDecimalAddressChromeExtension |
帮助页面URL | https://github.com/usernameisntallowed/HexadecimalDecimalAddressChromeExtension |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hexadecimal Address Calculator", "description": "Return 8 digit hex sum given base hexadecimal address and an off in hexadecimal or decimal.", "version": "0.0.0.3", "manifest_version": 2, "short_name": "Hex Address Calculator", "browser_action": { "default_title": "Return 8 digit hex sum given base hexadecimal address and an offset", "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |