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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AI TOC एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}