This Chrome extension allows users to view invoices by right-clicking on the XML file and transforming it using an XSLT stylesheet embedded within the XML. The transformed HTML is displayed in a new tab.
- Right-click context menu option to view invoices.
- Transforms XML to HTML using an embedded or external XSLT stylesheet.
- Displays the transformed HTML in a new browser tab.
- Clone or download this repository.
- Open Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" by toggling the switch in the upper right corner.
- Click on "Load unpacked" and select the directory containing the extension files.
- Right-click on an XML file containing an embedded XSLT stylesheet.
- Select "View Invoice" from the context menu.
- The transformed HTML will be displayed in a new tab.