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是由kongkongye开发的Chrome扩展程序,该扩展的主要功能是“Generate a table of contents (TOC) based on heading tags, and even get a summary of each section with the power of AI.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载AI TOC扩展crx文件

下载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 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": [
                ""
            ],
            "resources": [
                "assets\/isEqual.8e30d7f2.js",
                "assets\/v4.27fe9bd7.js",
                "assets\/content-script.ts.ddd70ad1.js",
                "index.html"
            ],
            "use_dynamic_url": true
        }
    ]
}