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.

Cos'è AI TOC?

AI TOC è un'estensione di Chrome sviluppata da kongkongye, e la sua funzione principale è "Generate a table of contents (TOC) based on heading tags, and even get a summary of each section with the power of AI.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AI TOC

Scarica i file di estensione AI TOC in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AI TOC AI TOC
ID ghnagbbpipiicibgeiglmckdnblokcdf
URL Ufficiale https://chromewebstore.google.com/detail/ai-toc/ghnagbbpipiicibgeiglmckdnblokcdf
Descrizione Generate a table of contents (TOC) based on heading tags, and even get a summary of each section with the power of AI.
Dimensione del File 124 KB
Conteggio Installazioni 239
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-04-03
Data di Pubblicazione 2023-04-03
Sviluppatore kongkongye
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://ssstab.com/privacy.html
Lingue Supportate 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": [
                ""
            ],
            "resources": [
                "assets\/isEqual.8e30d7f2.js",
                "assets\/v4.27fe9bd7.js",
                "assets\/content-script.ts.ddd70ad1.js",
                "index.html"
            ],
            "use_dynamic_url": true
        }
    ]
}