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 هو إضافة Chrome تم تطويرها بواسطة kongkongye، والميزة الرئيسية لها هي "Generate a table of contents (TOC) based on heading tags, and even get a summary of each section with the power of AI.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AI TOC
قم بتنزيل ملفات الامتداد AI TOC بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة سياسة الخصوصية | 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": [ " |