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.
Was ist AI TOC?
AI TOC ist eine Chrome-Erweiterung, die von kongkongye entwickelt wurde, und ihr Hauptmerkmal ist "Generate a table of contents (TOC) based on heading tags, and even get a summary of each section with the power of AI.".
Erweiterungsscreenshots
AI TOC-Erweiterungs-CRX-Datei herunterladen
Laden Sie AI TOC-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ghnagbbpipiicibgeiglmckdnblokcdf |
| Offizielle URL | https://chromewebstore.google.com/detail/ai-toc/ghnagbbpipiicibgeiglmckdnblokcdf |
| Beschreibung | Generate a table of contents (TOC) based on heading tags, and even get a summary of each section with the power of AI. |
| Dateigröße | 124 KB |
| Installationsanzahl | 239 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2023-04-03 |
| Veröffentlichungsdatum | 2023-04-03 |
| Entwickler | kongkongye |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://ssstab.com/privacy.html |
| Unterstützte Sprachen | 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": [
" | |