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.
Τι είναι το AI TOC;
Το AI TOC είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kongkongye, και η κύρια λειτουργία του είναι "Generate a table of contents (TOC) based on heading tags, and even get a summary of each section with the power of AI.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AI TOC
Λήψη αρχείων επέκτασης AI TOC σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | AI TOC |
ID | ghnagbbpipiicibgeiglmckdnblokcdf |
Επίσημο URL | https://chromewebstore.google.com/detail/ai-toc/ghnagbbpipiicibgeiglmckdnblokcdf |
Περιγραφή | Generate a table of contents (TOC) based on heading tags, and even get a summary of each section with the power of AI. |
Μέγεθος Αρχείου | 124 KB |
Αριθμός Εγκαταστάσεων | 239 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2023-04-03 |
Ημερομηνία Δημοσίευσης | 2023-04-03 |
Προγραμματιστής | kongkongye |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://ssstab.com/privacy.html |
Υποστηριζόμενες Γλώσσες | 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": [ " |