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.
Co je AI TOC?
AI TOC je rozšíření Chrome vyvinuté kongkongye, a jeho hlavní funkcí je „Generate a table of contents (TOC) based on heading tags, and even get a summary of each section with the power of AI.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření AI TOC
Stáhněte si soubory rozšíření AI TOC ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | AI TOC |
ID | ghnagbbpipiicibgeiglmckdnblokcdf |
Oficiální URL | https://chromewebstore.google.com/detail/ai-toc/ghnagbbpipiicibgeiglmckdnblokcdf |
Popis | Generate a table of contents (TOC) based on heading tags, and even get a summary of each section with the power of AI. |
Velikost souboru | 124 KB |
Počet instalací | 239 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2023-04-03 |
Datum Vydání | 2023-04-03 |
Vývojář | kongkongye |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://ssstab.com/privacy.html |
Podporované Jazyky | 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": [ " |