BitLens#
· Permissions
• *storage: This extension uses session storage to temporarily hold the number that a user highlights and right-clicks on a webpage. This allows the background script to securely pass the selected number to the extension popup as soon as it is opened, ensuring a seamless conversion experience. No data is stored persistently or tracked across sessions. • contextMenus: We require context menu permission to add a "Convert number with BitLens" option to the browser's right-click menu. This is a core feature that allows developers to quickly highlight hexadecimal, binary, or decimal values on any webpage and send them directly to the extension for instant conversion and analysis without needing to manually copy and paste. • clipboardWrite: This permission is necessary to allow users to quickly copy the converted results (such as binary strings, hex values, ASCII codes, or IEEE 754 float representations) directly from the extension's interface to their clipboard with a single click.
· Data handling
BitLens operates entirely locally on your machine by design. No page content, highlighted text, browsing history, conversion data, or personal information is ever transmitted to external servers. All processing, including number base conversions and bitwise operations, happens directly within your browser, guaranteeing absolute privacy and zero tracking.