Skip to content

Latest commit

 

History

History
80 lines (47 loc) · 1.96 KB

README.md

File metadata and controls

80 lines (47 loc) · 1.96 KB

VSMarketplaceBadge

Badge for Visual Studio Code Extension.

WEB Site: VSMarketplaceBadge

Version Badge

SVG URL : https://vsmarketplacebadge.apphb.com/version/{publisher_name}.{extension_name}.svg

or

SVG URL : https://vsmarketplacebadge.apphb.com/version-short/{publisher_name}.{extension_name}.svg

Installs Badge

SVG URL : https://vsmarketplacebadge.apphb.com/installs/{publisher_name}.{extension_name}.svg

or

SVG URL : https://vsmarketplacebadge.apphb.com/installs-short/{publisher_name}.{extension_name}.svg

Rating Badge

SVG URL : https://vsmarketplacebadge.apphb.com/rating/{publisher_name}.{extension_name}.svg

or

SVG URL : https://vsmarketplacebadge.apphb.com/rating-short/{publisher_name}.{extension_name}.svg

or

SVG URL : https://vsmarketplacebadge.apphb.com/rating-star/{publisher_name}.{extension_name}.svg

Set the custom subject

Add query string parameter subject.

{SVG URL}?subject={Custom Subject}

If you should set the subject 'VSM'.

https://vsmarketplacebadge.apphb.com/version/{publisher_name}.{extension_name}.svg?subject=VSM

SVG is

Customize styles and colors

refer to Shields.io

Color

Add query string parameter color.

{SVG URL}?color={Color name or code}

If you should set the color 'red'.

https://vsmarketplacebadge.apphb.com/version/{publisher_name}.{extension_name}.svg?color=red

Style

Add query string parameter style.

{SVG URL}?style={Styles}

  • plastic
  • flat
  • flat-square
  • social

If you should set the color 'plastic'.

https://vsmarketplacebadge.apphb.com/version/{publisher_name}.{extension_name}.svg?color=plastic

Thanks