GitHub markdown ToC
Generate toc of github markdown automatically.
什么是GitHub markdown ToC?
GitHub markdown ToC是由mtgto开发的Chrome扩展程序,该扩展的主要功能是“Generate toc of github markdown automatically.”。
扩展截图
下载GitHub markdown ToC扩展crx文件
下载GitHub markdown ToC扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Generate toc of github markdown automatically. 扩展基本信息
| 名称 | |
| ID | cfpkfjibjpmhgbkoihopadfkdelkjglh |
| 官方URL | https://chromewebstore.google.com/detail/github-markdown-toc/cfpkfjibjpmhgbkoihopadfkdelkjglh |
| 简介 | Generate toc of github markdown automatically. |
| 文件大小 | 45.48 KB |
| 安装次数 | 158 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2015-03-31 |
| 上架时间 | 2015-03-30 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | mtgto |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "GitHub markdown ToC",
"description": "Generate toc of github markdown automatically.",
"version": "1.0.1",
"author": "mtgto",
"homepage_url": "https:\/\/github.com\/mtgto\/github-markdown-toc-chrome-extension",
"icons": {
"128": "icon_128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/github.com\/*"
],
"js": [
"js\/jquery.min.js",
"js\/main.js"
]
}
],
"options_page": "html\/options.html",
"permissions": [
"storage"
]
} | |