AI TOC
Generate a table of contents (TOC) based on heading tags, and even get a summary of each section with the power of AI.
What is AI TOC?
AI TOC is a Chrome extension developed by kongkongye, and its main feature is "Generate a table of contents (TOC) based on heading tags, and even get a summary of each section with the power of AI.".
Extension Screenshots
Download AI TOC Extension CRX File
Download AI TOC extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
When in any page with headings, Click on the AI TOC icon to show the headings and navigate between them. * Shortcut key: you can navigate to chrome://extensions/shortcuts page to assign a shortcut key to it. * show/hide toc: fix the extension icon,then click the to show/hide the toc.
Extension Basic Information
Name | AI TOC |
ID | ghnagbbpipiicibgeiglmckdnblokcdf |
Official URL | https://chromewebstore.google.com/detail/ai-toc/ghnagbbpipiicibgeiglmckdnblokcdf |
Description | Generate a table of contents (TOC) based on heading tags, and even get a summary of each section with the power of AI. |
File Size | 124 KB |
Installation Count | 239 |
Current Version | 1.0.0 |
Last Updated | 2023-04-03 |
Publish Date | 2023-04-03 |
Developer | kongkongye |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://ssstab.com/privacy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AI TOC", "description": "Generate a table of contents (TOC) based on heading tags, and even get a summary of each section with the power of AI.", "version": "1.0.0", "manifest_version": 3, "permissions": [ "storage", "scripting", "activeTab" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "options_page": "options.html", "icons": { "16": "favicon-16x16.png", "32": "favicon-32x32.png", "48": "favicon-48x48.png", "128": "favicon-128x128.png" }, "action": { "default_icon": { "16": "favicon-16x16.png", "32": "favicon-32x32.png", "48": "favicon-48x48.png", "128": "favicon-128x128.png" }, "default_title": "AI TOC" }, "web_accessible_resources": [ { "matches": [ " |