English · 简体中文 (by ChatGPT)
A browser extension. Automatically generates a table of contents (TOC) for page content, allowing users to click on items in the outline to quickly navigate to the corresponding sections of the page.
Basic Function | Draggable |
---|---|
Window Size Modification | Double-Click to Return to Original Position |
---|---|
Expand | Hide | Show | Hide Level 1 |
---|---|
Quick Maximize | Refresh |
---|---|
Expand All | Hide All | Theme Color |
---|---|
This extension injects a simple piece of code only when the page loads, not affecting the page's load speed. The main part of the code is requested only when the plugin icon is clicked (as shown below).
- Close the plugin
- Search functionality
- Maximize / Minimize
- Return to the top
- Icon hints
- Navigate to the selected node
- Personalization settings
- Background blur transparency
- Custom colors
- Enable / Disable icon hints
- Draggable
- Window size modification
- Double-click to return to original position
- Double-click border to maximize window
- Refresh
- Dark mode
- Expand / Collapse
- Expand / Collapse level 1
Suggestions and ideas💡, CodeReview 💻 from all experts are welcome.