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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |