Hexadecimal Address Calculator
Return 8 digit hex sum given base hexadecimal address and an off in hexadecimal or decimal.
Cos'è Hexadecimal Address Calculator?
Hexadecimal Address Calculator è un'estensione di Chrome sviluppata da hexdecadder, e la sua funzione principale è "Return 8 digit hex sum given base hexadecimal address and an off in hexadecimal or decimal.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hexadecimal Address Calculator
Scarica i file di estensione Hexadecimal Address Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Hexadecimal Address Calculator |
ID | ddgfmjlfgfnpifbkidknbbilaennbbpo |
URL Ufficiale | https://chromewebstore.google.com/detail/hexadecimal-address-calcu/ddgfmjlfgfnpifbkidknbbilaennbbpo |
Descrizione | Return 8 digit hex sum given base hexadecimal address and an off in hexadecimal or decimal. |
Dimensione del File | 6.71 KB |
Conteggio Installazioni | 140 |
Versione Corrente | 0.0.0.3 |
Ultimo Aggiornamento | 2018-05-03 |
Data di Pubblicazione | 2018-05-03 |
Sviluppatore | hexdecadder |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/usernameisntallowed/HexadecimalDecimalAddressChromeExtension |
URL della Pagina di Aiuto | https://github.com/usernameisntallowed/HexadecimalDecimalAddressChromeExtension |
Lingue Supportate | 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": [ " |