Insert version, installs and rating badges for VSMarketplace extensions easily to your HTML or Markdown pages.
将VSMarketplace扩展的版本、安装量和评分等徽章轻松插入到您的HTML或Markdown页面。
Homepage/主页: https://xuangeaha.github.io/
Repository/仓库: https://github.com/Xuangeaha/VSMarketplace-Badges
Issues/问题: https://github.com/Xuangeaha/VSMarketplace-Badges/issues
Changelog/更新日志: https://marketplace.visualstudio.com/items/XuangeAha.vsmarketplace-badges/changelog
License/许可证: https://marketplace.visualstudio.com/items/XuangeAha.vsmarketplace-badges/license
Download/下载: https://marketplace.visualstudio.com/items?itemName=XuangeAha.vsmarketplace-badges
Copyright (c) 2023 XuangeAha(轩哥啊哈OvO)
You can choose:
- Type
badge
in the file of supported languages above. 在所支持语言文件中键入badge
。 - Select the badge you want to insert and press
Tab
to insert badge. 选择你想插入的徽章后按下Tab
以插入徽章。 - Type in your publisher name and entension name in the format of
publishername.entensionname
. 以publishername.entensionname
的格式键入发布者名和扩展名。 - Press
Tab
and finish. 按下Tab
后完成。
or:
- Right click to show context menu. 右键显示上下文菜单。
- Select
Insert VSMarketplace Badges
to insert vsmarketplace badges. 选择Insert VSMarketplace Badges
以插入徽章。 - Type in your publisher name and entension name in the format of
publishername.entensionname
. 以publishername.entensionname
的格式键入发布者名和扩展名。 - Press
Tab
and finish. 按下Tab
后完成。
<a href="https://marketplace.visualstudio.com/items?itemName={publishername.extensionname}">
<img src="https://vsmarketplacebadges.dev/{badge_title}/{publishername.extensionname}.svg" alt="{badge_title}">
</a>
[![{badge_title}}](https://vsmarketplacebadges.dev/{badge_title}/{publishername.extensionname}.svg)](https://marketplace.visualstudio.com/items?itemName={publishername.extensionname})
Enjoy!