Skip to content

Chrome Extension allows to show you a "table of content" generated by GitHub/GitLab project README or WIKI.

License

Notifications You must be signed in to change notification settings

ywheel/github-gitlab-toc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub/GitLab ToC Chrome Extension

This is a Google Chrome Extension which allows to show you a "table of content" generated by GitHub and GitLab project README or WIKI.

This Project is cloned from github-toc

Customize your private gitlab

Modify 'matches' in manifest.json, add your private gitlab url. For example, if your private gitlab domain is http://gitlab.ywheel.com/ , then the 'matches' in manifest.json looks like:

    "matches": [
      "https://gitlab.com/*",
      "https://github.com/*",
      "http://gitlab.ywheel.com/*"
    ]

About

Chrome Extension allows to show you a "table of content" generated by GitHub/GitLab project README or WIKI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.9%
  • CSS 20.1%