- Easily view all icons on a page, works with:
- portal.azure.com
- endpoint.microsoft.com
- Search to filter down long lists of icons
- Rename and download any single icon
- Bulk download all icons as a .zip file
- Works with either Chrome or Edge
- When you're on portal.azure.com or endpoint.microsoft.com, it lists all the icons that are in the current view.
- You can give each icon a name, and download it from the extension's popup.
- In the background, the extension finds any linked-to styles (like via
urlorhrefor class attributes) and copies the applicable styles to a local<defs>tag in the svg. This ensures that the downloaded SVG icons can be used as stand-alone files outside of the Azure™ portal. - Tries to guess the name of the icon based on DOM
titleattributes that are 'close' to the SVG.
- In the background, the extension finds any linked-to styles (like via
Visit the Chrome Web Store in either Edge or Chrome to add the extension.
- Fixed a bug where some linked-to styles were not being recognized and copied to the svg code. Overall, improved the detection and "flattening" of styles to the downloaded svg file.
- Some SVG icons could not be converted to PNG format, and were causing individual and
.zipfolder downloads to fail. These PNG conversions are now skipped so they don't cause the overall process to stop. An alert is shown listing which PNGs could not be downloaded.
- Download individual icons as
.png, and.pngs also included in.zipdownloads. - Better support for 'hard coded' svg icons that are not part of the site's icon library.
- Download all icons as
.zip - Better error handling / display unsupported sites to user
- Migrate to Manifest v3