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
Eメール [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
        }
    ]
}