https://github.com/fallenmax/smart-toc
A Chrome extension for auto-generating a table of contents
https://github.com/fallenmax/smart-toc
Last synced: 8 months ago
JSON representation
A Chrome extension for auto-generating a table of contents
- Host: GitHub
- URL: https://github.com/fallenmax/smart-toc
- Owner: FallenMax
- License: apache-2.0
- Created: 2016-02-24T12:52:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T15:54:41.000Z (about 2 years ago)
- Last Synced: 2025-04-02T12:07:01.332Z (11 months ago)
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/smart-toc/lifgeihcfpkmmlfjbailfpfhbahhibba
- Size: 219 KB
- Stars: 237
- Watchers: 6
- Forks: 46
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Disclaimer: this repo is not in sync with the latest Smart TOC extension.
---
# Smart TOC (for Chrome/Firefox)
> webpage outliner
## Download
- Chrome extension: https://chrome.google.com/webstore/detail/smart-toc/lifgeihcfpkmmlfjbailfpfhbahhibba
- Firefox addon: https://addons.mozilla.org/en-US/firefox/addon/smart_toc/
## Build
Requires `node.js` and `yarn`
```bash
# install dependencies
yarn
# build and bundle the extension as `.zip` for release
yarn run build
# build/watch the extension for local development (please use Chrome's `Load unpacked extension` to load `/dist` folder)
yarn run start
```
Thank you for using the extension. Any suggestions/issues/problems are welcomed!