https://github.com/kit494way/github-toc
Browser extention to show table of contents in github
https://github.com/kit494way/github-toc
browser-extension chrome chrome-extension extension firefox firefox-addon javascript web-ext
Last synced: 3 months ago
JSON representation
Browser extention to show table of contents in github
- Host: GitHub
- URL: https://github.com/kit494way/github-toc
- Owner: kit494way
- License: mit
- Created: 2020-02-09T11:38:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-04T00:00:33.000Z (9 months ago)
- Last Synced: 2025-10-04T01:24:24.622Z (9 months ago)
- Topics: browser-extension, chrome, chrome-extension, extension, firefox, firefox-addon, javascript, web-ext
- Language: JavaScript
- Homepage:
- Size: 149 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# github-toc
This is a browser extension to show the table of contents in github and make it possible to jump to headings.
This works in pages of markdown file, issue, pull request and wiki.
## Install
- [Firefox](https://addons.mozilla.org/ja/firefox/addon/github_toc/)
- [Chrome](https://chrome.google.com/webstore/detail/github-toc/chllfjobjfelnglnadgfjfpppkgalgkd)
## Build
```sh
$ npm install
$ npm run build
```
The artifacts is built in web-ext-artifacts/firefox and web-ext-artifacts/chrome directory.
## License
MIT