WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Smart TOC

Smart TOC

View on Chrome Web Store
View Smart TOC Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (107 ratings)
1 new ratings
11 views
This extension has been viewed 11 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Webpage outliner
Type
Extension
Users
20,000 users
10K
FallenMax
View author page of FallenMax
Featured Extension

Hand-picked for quality and usefulness

Published
Published on May 13, 2016
Version 0.12.2
Manifest version
3
Updated
Updated on December 9, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Smart TOC Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Smart TOC",
    "version": "0.12.2",
    "description": "Webpage outliner",
    "action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Toggle table of contents"
    },
    "icons": {
        "128": "icons\/icon.png"
    },
    "background": {
        "service_worker": "background\/index.js"
    },
    "commands": {
        "toggle": {
            "description": "Show\/hide TOC"
        },
        "prev": {
            "description": "Jump: to previous heading"
        },
        "next": {
            "description": "Jump: to next heading"
        },
        "search": {
            "description": "Search: toggle (Pro)"
        },
        "theme": {
            "description": "Theme: toggle dark mode (Pro)"
        },
        "expand:more": {
            "description": "Expand: more"
        },
        "expand:less": {
            "description": "Expand: less"
        },
        "expand:auto": {
            "description": "Expand: auto"
        },
        "side:left": {
            "description": "Panel side: left"
        },
        "side:right": {
            "description": "Panel side: right"
        },
        "side:toggle": {
            "description": "Panel side: toggle"
        },
        "display:sidePanel": {
            "description": "Display: as side panel"
        },
        "display:floating": {
            "description": "Display: as floating"
        },
        "display:toggle": {
            "description": "Display: toggle"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "optional_permissions": [
        "identity",
        "identity.email",
        "tabs"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*",
        "file:\/\/\/*"
    ],
    "author": "[email protected]"
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top