Markdown Cheatsheet
This extension shows markdown cheatsheet
什么是Markdown Cheatsheet?
Markdown Cheatsheet是由greybax开发的Chrome扩展程序,该扩展的主要功能是“This extension shows markdown cheatsheet”。
扩展截图
下载Markdown Cheatsheet扩展crx文件
下载Markdown Cheatsheet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is handy markdown cheatsheet. For now you shouldn't remember any markdown tag and surf the internet that found it. Just one click to this extension and you can see all markdown tags. It's very useful extension if we work a lot of with markdown. Updates: * v2.2.0 - manifest v3 * v2.1.0 - ability to copy the text via copy button Features: 2 Tabs with Markdown syntaxes: * Basic Markdown * GitHub Markdown Flavored (GFM).
扩展基本信息
名称 | Markdown Cheatsheet |
ID | hoglmefbfenoehjeblinfijldanifljm |
官方URL | https://chromewebstore.google.com/detail/markdown-cheatsheet/hoglmefbfenoehjeblinfijldanifljm |
简介 | This extension shows markdown cheatsheet |
文件大小 | 79.84 KB |
安装次数 | 1,062 |
当前版本 | 2.2.1 |
更新时间 | 2022-09-26 |
上架时间 | 2018-11-13 |
评分 | 5.00/5 共8次评分 |
开发者 | greybax |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/greybax/MarkdownCheatsheet |
帮助页面URL | https://github.com/greybax/MarkdownCheatsheet/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Markdown Cheatsheet", "description": "This extension shows markdown cheatsheet", "action": { "default_icon": "images\/default_icon.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "version": "2.2.1" } |