Notion Table of Contents (Outline)

Show table of contents (outline) in the sidebar for Notion pages

Notion Table of Contents (Outline)คืออะไร?

Notion Table of Contents (Outline) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cside.github.io และคุณลักษณะหลักของมันคือ "Show table of contents (outline) in the sidebar for Notion pages"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notion Table of Contents (Outline)

ดาวน์โหลดไฟล์ส่วนขยาย Notion Table of Contents (Outline) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Show table of contents (outline) in the sidebar for Notion pages

Show a table of contents (outline) in the sidebar for Notion pages.
You can quickly navigate through your long Notion pages.

(When you visit to a page without headings, the table of contents is automatically hidden.)

👑 Pro Version

In the free version, the maximum number of tables of contents displayed in the sidebar is 3.
Purchasing the Pro version removes this limitation.

🟩 Support

https://cside.notion.site/2d39f9db495d4fb19bd3d4066323d7bb                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Notion Table of Contents (Outline) Notion Table of Contents (Outline)
ID ifghafniffhbggdjmcmhnpcdcnlpjflh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notion-table-of-contents/ifghafniffhbggdjmcmhnpcdcnlpjflh
คำอธิบาย Show table of contents (outline) in the sidebar for Notion pages
ขนาดไฟล์ 205 KB
จำนวนการติดตั้ง 831
เวอร์ชันปัจจุบัน 3.1.1
อัปเดตครั้งล่าสุด 2023-12-30
วันที่เผยแพร่ 2022-10-17
คะแนน 4.73/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://cside.github.io
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้าช่วยเหลือ https://cside.notion.site/2d39f9db495d4fb19bd3d4066323d7bb
URL หน้านโยบายความเป็นส่วนตัว https://cside.notion.site/63f313cfea7b4625bfd63e228ea1b7e5
ภาษาที่รองรับ en,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.1.1",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "action": [],
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.main.tsx.js"
            ],
            "matches": [
                "*:\/\/*.notion.so\/*"
            ],
            "css": [
                "assets\/common.css",
                "assets\/TrialLeft.css",
                "assets\/Contacts.css",
                "assets\/Alerts.css",
                "assets\/main2.css"
            ]
        },
        {
            "js": [
                "assets\/content-script-loader.ExtPay.js.js"
            ],
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "webNavigation",
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.notion.so\/*"
            ],
            "resources": [
                "images\/*",
                "assets\/*.css"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.notion.so\/*"
            ],
            "resources": [
                "assets\/TrialLeft.js",
                "assets\/common.js",
                "assets\/extPay.js",
                "assets\/_commonjsHelpers.js",
                "assets\/Link.js",
                "assets\/Tooltip.js",
                "assets\/Contacts.js",
                "assets\/FreePlanWillBeDiscontinuedAlert_Default.js",
                "assets\/Alerts.js",
                "assets\/UpgradeAlert_Default.js",
                "assets\/main.tsx.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "resources": [
                "assets\/_commonjsHelpers.js",
                "assets\/ExtPay.js.js"
            ],
            "use_dynamic_url": true
        }
    ]
}