Gist Markdown Preview
helps to preview the markdown while creating a markdown gist
什么是Gist Markdown Preview?
Gist Markdown Preview是由https://blog.revathskumar.com开发的Chrome扩展程序,该扩展的主要功能是“helps to preview the markdown while creating a markdown gist”。
扩展截图
下载Gist Markdown Preview扩展crx文件
下载Gist Markdown Preview扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The option is visible only when you choose the filetype as markdown or your filename ends with .md * updated for latest changes in gist.github.com design CHANGES on 2017/04/12 * updates to latest github changes * Removed the css from loading and breaking http://gist.github.com * Fixes the issue with appearing multiple preview buttons on multiple markdown files CHANGES on 2018/01/03 * updates to latest github changes CHANGES on 2018/01/20 * Support for Github flavoured markdown
扩展基本信息
名称 | Gist Markdown Preview |
ID | icgfmklfpokeihbnnjjdpnjndickgpkh |
官方URL | https://chromewebstore.google.com/detail/gist-markdown-preview/icgfmklfpokeihbnnjjdpnjndickgpkh |
简介 | helps to preview the markdown while creating a markdown gist |
文件大小 | 139 KB |
安装次数 | 445 |
当前版本 | 2.0.3 |
更新时间 | 2018-01-19 |
上架时间 | 2018-01-19 |
评分 | 4.00/5 共6次评分 |
开发者 | https://blog.revathskumar.com |
付费类型 | free |
扩展官网 | https://github.com/revathskumar/gist-markdown-preview |
帮助页面URL | https://github.com/revathskumar/gist-markdown-preview/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gist Markdown Preview", "version": "2.0.3", "description": "helps to preview the markdown while creating a markdown gist", "manifest_version": 2, "icons": { "16": "img\/gist16.png", "48": "img\/gist48.png", "128": "img\/gist128.png" }, "homepage_url": "https:\/\/github.com\/revathskumar\/gist-markdown-preview", "content_scripts": [ { "matches": [ "https:\/\/gist.github.com\/", "https:\/\/gist.github.com\/*\/*\/edit" ], "js": [ "js\/marked.js", "gist_markdown_preview.js" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/gist.github.com\/" ] } |