Hexadecimal Address Calculator
Return 8 digit hex sum given base hexadecimal address and an off in hexadecimal or decimal.
Co to jest Hexadecimal Address Calculator?
Hexadecimal Address Calculator to rozszerzenie Chrome opracowane przez hexdecadder, a jego główną funkcją jest „Return 8 digit hex sum given base hexadecimal address and an off in hexadecimal or decimal.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hexadecimal Address Calculator
Pobierz pliki rozszerzeń Hexadecimal Address Calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Hexadecimal Address Calculator |
ID | ddgfmjlfgfnpifbkidknbbilaennbbpo |
Oficjalny URL | https://chromewebstore.google.com/detail/hexadecimal-address-calcu/ddgfmjlfgfnpifbkidknbbilaennbbpo |
Opis | Return 8 digit hex sum given base hexadecimal address and an off in hexadecimal or decimal. |
Rozmiar pliku | 6.71 KB |
Liczba instalacji | 140 |
Aktualna Wersja | 0.0.0.3 |
Ostatnia Aktualizacja | 2018-05-03 |
Data Publikacji | 2018-05-03 |
Deweloper | hexdecadder |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/usernameisntallowed/HexadecimalDecimalAddressChromeExtension |
Adres URL Strony Pomocy | https://github.com/usernameisntallowed/HexadecimalDecimalAddressChromeExtension |
Obsługiwane Języki | 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": [ " |