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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}